Skip to content

Commit 3f51c59

Browse files
refactor: restore launch.json
1 parent ed7147c commit 3f51c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"program": "${workspaceRoot}/src/azure-cli/azure/cli/__main__.py",
2424
"cwd": "${workspaceRoot}",
2525
"args": [
26-
"Version"
26+
"--version"
2727
],
2828
"console": "externalTerminal",
2929
},

0 commit comments

Comments
 (0)