We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f6b01 commit 765af64Copy full SHA for 765af64
.devcontainer/devcontainer.json
@@ -13,8 +13,9 @@
13
"ghcr.io/devcontainers/features/docker-from-docker:1": {
14
"version": "20.10"
15
},
16
- "ghcr.io/devcontainers/features/dotnet:1": {
17
- "version": "6.0"
+ "ghcr.io/devcontainers/features/dotnet": {
+ "version": "6.0",
18
+ "additionalVersions": ["7.0", "8.0"]
19
20
"ghcr.io/devcontainers/features/github-cli:1": {
21
"version": "2"
@@ -32,7 +33,8 @@
32
33
"ms-dotnettools.csharp",
34
"ms-dotnettools.vscode-dotnet-runtime",
35
"ms-azuretools.vscode-dapr",
- "GitHub.copilot"
36
+ "GitHub.copilot",
37
+ "ms-dotnettools.csdevkit"
38
],
39
"forwardPorts": [
40
3000,
0 commit comments