Update launch.json
This commit is contained in:
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@@ -1,6 +1,14 @@
|
|||||||
{
|
{
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"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",
|
"name": "idxtool-Rebuild TOC",
|
||||||
"type": "python",
|
"type": "python",
|
||||||
|
|||||||
Reference in New Issue
Block a user