mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-05 06:10:28 -04:00
Update launch.json
This commit is contained in:
parent
f02f382c96
commit
a2b5eeb419
1 changed files with 5 additions and 5 deletions
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
|
@ -2,7 +2,7 @@
|
|||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "idxtool.py -- Update Logo",
|
||||
"name": "idxtool-Update Logo",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/.scripts/idxtool.py",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"console": "integratedTerminal"
|
||||
},
|
||||
{
|
||||
"name": "idxtool.py -- Rebuild TOC",
|
||||
"name": "idxtool-Rebuild TOC",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/.scripts/idxtool.py",
|
||||
|
@ -18,7 +18,7 @@
|
|||
"console": "integratedTerminal"
|
||||
},
|
||||
{
|
||||
"name": "idxtool.py -- Find GPT File",
|
||||
"name": "idxtool-Find GPT File",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/.scripts/idxtool.py",
|
||||
|
@ -26,11 +26,11 @@
|
|||
"console": "integratedTerminal"
|
||||
},
|
||||
{
|
||||
"name": "idxtool.py -- Help",
|
||||
"name": "idxtool-Rename",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/.scripts/idxtool.py",
|
||||
"args": ["--help"],
|
||||
"args": ["--rename", "*"],
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue