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
648ca4e4c3
commit
63a59a7e7d
1 changed files with 8 additions and 0 deletions
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue