Skip to content

Commit

Permalink
updated vs code extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
danuw committed Feb 11, 2024
1 parent c7d4563 commit a51782f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,17 @@
// "mounts": [ "source=${localEnv:HOME}/.microsoft/usersecrets,target=/root/.microsoft/usersecrets,type=bind" ],

// Add the IDs of extensions you want installed when the container is created in the array below.
"extensions": [
"ms-dotnettools.csharp"
]
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.vscode-node-azure-pack",
"GitHub.copilot",
"GitHub.vscode-github-actions",
"GitHub.copilot-chat",
"ms-dotnettools.vscode-dotnet-runtime",
"ms-dotnettools.csdevkit",
"ms-dotnetools.csharp"
]
}
}
}

0 comments on commit a51782f

Please sign in to comment.