From ffbf0e16d108439a8fccdb49877fd7f6a7d0de00 Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Fri, 13 Dec 2019 12:37:03 -0800 Subject: [PATCH] Clean up launch.json --- .vscode/launch.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 0c340448..79ea906f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",