Skip to content

Commit a9e7186

Browse files
authored
{Misc} Restore debugger to execute --help out-of-the-box (Azure#21262)
1 parent 6454df1 commit a9e7186

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.vscode/launch.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@
99
"program": "${workspaceRoot}/src/azure-cli/azure/cli/__main__.py",
1010
"cwd": "${workspaceRoot}",
1111
"args": [
12-
"ts",
13-
"export",
14-
"-s",
15-
"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/Gokul-TestRG4/providers/Microsoft.Resources/templateSpecs/testTS/versions/1",
16-
"--output-folder",
17-
"C:\\Users\\daetienn\\Desktop\\ExportBugOutput2"
12+
"--help"
1813
],
1914
"console": "integratedTerminal",
2015
"debugOptions": [

0 commit comments

Comments
 (0)