mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-12 17:42:20 -04:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"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",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/.scripts/idxtool.py",
|
|
"args": ["--toc"],
|
|
"console": "integratedTerminal"
|
|
},
|
|
{
|
|
"name": "idxtool-Find GPT File",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/.scripts/idxtool.py",
|
|
"args": ["--find-gptfile", "https://chat.openai.com/g/g-svehnI9xP-retro-adventures"],
|
|
"console": "integratedTerminal"
|
|
},
|
|
{
|
|
"name": "idxtool-Rename",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/.scripts/idxtool.py",
|
|
"args": ["--rename"],
|
|
"console": "integratedTerminal"
|
|
}
|
|
]
|
|
}
|