Files
proc-rota/.vscode/launch.json
T
2023-05-23 14:48:12 +01:00

24 lines
697 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": "Python: Test",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/test_rota.py",
"console": "integratedTerminal"
},
{
"name": "Python: Run",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/gen.py",
"console": "integratedTerminal"
},
]
}