Add launch.json for main.py for easy debug

master
Alexandru Pisarenco 5 years ago
parent f9ad8c053a
commit fb4473a1a8

@ -10,6 +10,13 @@
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
},
{
"name": "Python: Main",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/main.py",
"console": "integratedTerminal"
}
]
}
Loading…
Cancel
Save