Skip to content

Commit

Permalink
Added recommended extensions (#2496)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Oct 19, 2023
1 parent 0da0d1c commit 24d8d83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
}
},
"extensions": [
"msazurermtools.azurerm-vscode-tools",
"ms-dotnettools.csharp",
"ms-dotnettools.vscode-dotnet-runtime",
"ms-dotnettools.csdevkit",
"ms-vscode.powershell",
"ms-azuretools.vscode-bicep",
"msazurermtools.azurerm-vscode-tools",
"GitHub.vscode-pull-request-github",
"github.vscode-github-actions",
"bewhite.psrule-vscode-preview",
Expand Down
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"recommendations": [
"ms-dotnettools.csharp",
"ms-dotnettools.csdevkit",
"ms-vscode.powershell",
"davidanson.vscode-markdownlint",
"streetsidesoftware.code-spell-checker",
Expand Down

0 comments on commit 24d8d83

Please sign in to comment.