autopeering/.vscode/launch.json

14 lines
263 B
JSON
Raw Normal View History

{
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
2022-12-03 23:26:04 +01:00
"cwd": "${workspaceFolder}/web/",
"console": "integratedTerminal",
2022-12-03 23:26:04 +01:00
"justMyCode": true
}
]
}