jak-project/.vscode/launch.json
2023-05-19 21:06:24 -04:00

18 lines
501 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Append File Docs",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/temp/convert_subs.py",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/temp",
"args": []
},
]
}