We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5f4ee commit 9665b71Copy full SHA for 9665b71
.vscode/launch.json
@@ -5,7 +5,7 @@
5
"name": "Azure DevOps CLI Debug (Integrated Console)",
6
"type": "python",
7
"request": "launch",
8
- "python": "${command:python.interpreterPath}",
+ "pythonPath": "${config:python.pythonPath}",
9
"program": "${workspaceRoot}/scripts/run_az.py",
10
"cwd": "${workspaceRoot}/azure-devops/",
11
"args": [
@@ -25,7 +25,7 @@
25
"WaitOnNormalExit",
26
"RedirectOutput"
27
],
28
- "justMyCode": false,
+ "debugStdLib": true,
29
"preLaunchTask": "BuildWheel",
30
"env": {
31
"AZURE_EXTENSION_DIR": "${workspaceRoot}"
0 commit comments