Added remote launch option

This commit is contained in:
TrainDoctor
2022-06-21 13:49:12 -07:00
parent ce23534ccc
commit 1d5d14b492
2 changed files with 26 additions and 2 deletions
+10 -1
View File
@@ -2,7 +2,16 @@
"version": "0.2.0",
"configurations": [
{
"name": "Debug (Local)",
"name": "Run (Remote)",
"type": "python",
"request": "launch",
"console": "integratedTerminal",
"preLaunchTask": "remoterun",
"cwd": "",
"program": "",
},
{
"name": "Run (Local)",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/backend/main.py",