Skip to content

Commit

Permalink
Fixed outdated rad extension installation (#1082)
Browse files Browse the repository at this point in the history
Signed-off-by: jasonviviano <[email protected]>
Co-authored-by: Aaron Crawfis <[email protected]>
  • Loading branch information
jasonviviano and AaronCrawfis authored Mar 12, 2024
1 parent a2a0fb7 commit b9f7e7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"settings": {
"terminal.integrated.defaultProfile.linux": "bash"
},
"onCreateCommand": "bash ./.devcontainer/on-create.sh",
"postCreateCommand": "bash .devcontainer/post-create.sh",
"customizations": {
"codespaces": {
Expand All @@ -31,7 +30,7 @@
"settings": {},
"extensions": [
"GitHub.copilot",
"/tmp/rad-vscode-bicep.vsix"
"ms-azuretools.rad-vscode-bicep"
]
}
},
Expand Down
19 changes: 0 additions & 19 deletions .devcontainer/on-create.sh

This file was deleted.

0 comments on commit b9f7e7e

Please sign in to comment.