Skip to content

Commit 765af64

Browse files
committed
update devcontainer
Signed-off-by: paule96 <[email protected]>
1 parent 74f6b01 commit 765af64

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
"ghcr.io/devcontainers/features/docker-from-docker:1": {
1414
"version": "20.10"
1515
},
16-
"ghcr.io/devcontainers/features/dotnet:1": {
17-
"version": "6.0"
16+
"ghcr.io/devcontainers/features/dotnet": {
17+
"version": "6.0",
18+
"additionalVersions": ["7.0", "8.0"]
1819
},
1920
"ghcr.io/devcontainers/features/github-cli:1": {
2021
"version": "2"
@@ -32,7 +33,8 @@
3233
"ms-dotnettools.csharp",
3334
"ms-dotnettools.vscode-dotnet-runtime",
3435
"ms-azuretools.vscode-dapr",
35-
"GitHub.copilot"
36+
"GitHub.copilot",
37+
"ms-dotnettools.csdevkit"
3638
],
3739
"forwardPorts": [
3840
3000,

0 commit comments

Comments
 (0)