Skip to content

Commit

Permalink
Set bicep extension and remove workspace path (#1738) (#1803)
Browse files Browse the repository at this point in the history
Signed-off-by: Brooke Hamilton <[email protected]>
Co-authored-by: Brooke Hamilton <[email protected]>
  • Loading branch information
rad-ci-bot and brooke-hamilton authored Sep 13, 2024
1 parent 831b84b commit 4b9600b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "Radius Dev Container",
"image": "mcr.microsoft.com/devcontainers/universal:linux",
"workspaceFolder": "/workspaces/samples",
"onCreateCommand": "bash ./.devcontainer/on-create.sh",
"postCreateCommand": "bash ./.devcontainer/post-create.sh",
"runArgs": [
Expand All @@ -27,7 +26,7 @@
"ms-python.python",
"dunn.redis",
"GitHub.copilot",
"ms-azuretools.rad-vscode-bicep"
"ms-azuretools.vscode-bicep"
]
}
},
Expand Down

0 comments on commit 4b9600b

Please sign in to comment.