Skip to content

Commit

Permalink
added vscode config for running azdev scripts (Azure#6000)
Browse files Browse the repository at this point in the history
  • Loading branch information
williexu authored Apr 4, 2018
1 parent 1475c9f commit ec82959
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,23 @@
"RedirectOutput"
]
},
{
"name": "Scripts",
"type": "python",
"request": "launch",
"pythonPath": "${config:python.pythonPath}",
"program": "${workspaceRoot}/tools/automation/__main__.py",
"cwd": "${workspaceRoot}",
"args": [
"-h"
],
"console": "integratedTerminal",
"debugOptions": [
"WaitOnAbnormalExit",
"WaitOnNormalExit",
"RedirectOutput"
]
},
{
"name": "Azure CLI Tests",
"type": "python",
Expand Down

0 comments on commit ec82959

Please sign in to comment.