From 3c4529b0708c31c8186a9c9fecf75b504cb8cb4c Mon Sep 17 00:00:00 2001 From: Roshan Date: Wed, 9 Mar 2022 13:19:22 +0530 Subject: [PATCH] launch.json changes reverted --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 895f047a..8440db11 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "name": "Azure DevOps CLI Debug (Integrated Console)", "type": "python", "request": "launch", - "python": "${command:python.interpreterPath}", + "pythonPath": "${config:python.pythonPath}", "program": "${workspaceRoot}/scripts/run_az.py", "cwd": "${workspaceRoot}/azure-devops/", "args": [ @@ -25,7 +25,7 @@ "WaitOnNormalExit", "RedirectOutput" ], - "justMyCode": false, + "debugStdLib": true, "preLaunchTask": "BuildWheel", "env": { "AZURE_EXTENSION_DIR": "${workspaceRoot}"