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",