Clean up launch.json

This commit is contained in:
Pavel Minaev 2019-12-13 12:37:03 -08:00 committed by Pavel Minaev
parent 3b71a1257a
commit ffbf0e16d1

6
.vscode/launch.json vendored
View file

@ -18,18 +18,16 @@
// For these, ptvsd.adapter must be started first via the above configuration.
{
//"debugServer": 8765,
"name": "Launch Python file [debugServer]",
"name": "Launch Python file",
"type": "python",
"request": "launch",
//"console": "internalConsole",
"console": "integratedTerminal",
//"console": "externalTerminal",
"consoleTitle": "ptvsd.server",
"program": "${file}",
"logToFile": true,
},
{
"name": "Attach [debugServer]",
"name": "Attach",
"type": "python",
"request": "attach",
"host": "localhost",