Skip to content

Commit

Permalink
launch.json changes reverted (#1260)
Browse files Browse the repository at this point in the history
Co-authored-by: Roshan <[email protected]>
  • Loading branch information
roshan-sy and Roshan committed Mar 9, 2022
1 parent ec5f4ee commit 9665b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -25,7 +25,7 @@
"WaitOnNormalExit",
"RedirectOutput"
],
"justMyCode": false,
"debugStdLib": true,
"preLaunchTask": "BuildWheel",
"env": {
"AZURE_EXTENSION_DIR": "${workspaceRoot}"
Expand Down

0 comments on commit 9665b71

Please sign in to comment.