Skip to content

Commit b4c4d50

Browse files
Update the bicep extension used in the dev container (#7969)
# Description Updated the Bicep VS Code extension in the dev container to use the current version of the extension instead of the previous Radius Bicep extension. ## Type of change - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). Fixes: N/A Signed-off-by: Brooke Hamilton <[email protected]>
1 parent 24be8e6 commit b4c4d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/contributor/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"golang.go",
3535
"ms-python.python",
3636
"ms-python.vscode-pylance",
37-
"ms-azuretools.rad-vscode-bicep",
37+
"ms-azuretools.vscode-bicep",
3838
"ms-kubernetes-tools.vscode-kubernetes-tools",
3939
"ms-azuretools.vscode-dapr",
4040
"ms-vscode.makefile-tools"

0 commit comments

Comments
 (0)