mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Clean up launch.json
This commit is contained in:
parent
3b71a1257a
commit
ffbf0e16d1
1 changed files with 2 additions and 4 deletions
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue