From 63a59a7e7dc5fc12344c12dd26c35d3a76c07def Mon Sep 17 00:00:00 2001 From: Elias Bachaalany Date: Tue, 19 Dec 2023 19:30:59 -0800 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 4e74d71..4eb1056 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,14 @@ { "version": "0.2.0", "configurations": [ + { + "name": "idxtool-any", + "type": "python", + "request": "launch", + "program": "${workspaceFolder}/.scripts/idxtool.py", + "args": ["--template", "https://chat.openai.com/g/g-svehnI9xP-retro-adventures"], + "console": "integratedTerminal" + }, { "name": "idxtool-Rebuild TOC", "type": "python",