Skip to content

Commit a51782f

Browse files
committed
updated vs code extensions
1 parent c7d4563 commit a51782f

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,17 @@
3434
// "mounts": [ "source=${localEnv:HOME}/.microsoft/usersecrets,target=/root/.microsoft/usersecrets,type=bind" ],
3535

3636
// Add the IDs of extensions you want installed when the container is created in the array below.
37-
"extensions": [
38-
"ms-dotnettools.csharp"
39-
]
37+
"customizations": {
38+
"vscode": {
39+
"extensions": [
40+
"ms-vscode.vscode-node-azure-pack",
41+
"GitHub.copilot",
42+
"GitHub.vscode-github-actions",
43+
"GitHub.copilot-chat",
44+
"ms-dotnettools.vscode-dotnet-runtime",
45+
"ms-dotnettools.csdevkit",
46+
"ms-dotnetools.csharp"
47+
]
48+
}
49+
}
4050
}

0 commit comments

Comments
 (0)