Skip to content

Commit 9665b71

Browse files
roshan-syRoshan
andauthored
launch.json changes reverted (#1260)
Co-authored-by: Roshan <roshan.s@srencloud.com>
1 parent ec5f4ee commit 9665b71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Azure DevOps CLI Debug (Integrated Console)",
66
"type": "python",
77
"request": "launch",
8-
"python": "${command:python.interpreterPath}",
8+
"pythonPath": "${config:python.pythonPath}",
99
"program": "${workspaceRoot}/scripts/run_az.py",
1010
"cwd": "${workspaceRoot}/azure-devops/",
1111
"args": [
@@ -25,7 +25,7 @@
2525
"WaitOnNormalExit",
2626
"RedirectOutput"
2727
],
28-
"justMyCode": false,
28+
"debugStdLib": true,
2929
"preLaunchTask": "BuildWheel",
3030
"env": {
3131
"AZURE_EXTENSION_DIR": "${workspaceRoot}"

0 commit comments

Comments
 (0)