Update launch.json

This commit is contained in:
Elias Bachaalany 2023-12-19 19:30:59 -08:00
parent 648ca4e4c3
commit 63a59a7e7d

8
.vscode/launch.json vendored
View file

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