Skip to content

Commit

Permalink
Fix for the Bicep Cli VSCode config (#287)
Browse files Browse the repository at this point in the history
Co-authored-by: Ould Sid El Moctar Mohamed El Moctar <[email protected]>
  • Loading branch information
ouldsid and Ould Sid El Moctar Mohamed El Moctar committed Aug 24, 2020
1 parent e777f0b commit f3176ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/Bicep.Cli/bin/Debug/netcoreapp3.1/Bicep.Cli.dll",
"program": "${workspaceFolder}/src/Bicep.Cli/bin/Debug/netcoreapp3.1/Bicep.dll",
"args": [],
"cwd": "${workspaceFolder}/src/Bicep.Cli",
"console": "internalConsole",
Expand Down

0 comments on commit f3176ce

Please sign in to comment.