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 7d88091 commit 39bc4ccCopy full SHA for 39bc4cc
.devcontainer/devcontainer.json
@@ -7,7 +7,11 @@
7
"ghcr.io/devcontainers/features/docker-in-docker": {},
8
"ghcr.io/dotnet/aspire-devcontainer-feature/dotnetaspire:1": {},
9
"ghcr.io/devcontainers/features/node:1": {},
10
- "ghcr.io/devcontainers/features/python:1": {}
+ "ghcr.io/devcontainers/features/python:1": {},
11
+ "ghcr.io/devcontainers/features/dotnet:2": {
12
+ "version": "none",
13
+ "aspNetCoreRuntimeVersions": "8.0"
14
+ }
15
},
16
"hostRequirements": {
17
"cpus": 8,
@@ -19,7 +23,7 @@
19
23
"extensions": [
20
24
"ms-azuretools.azure-dev",
21
25
"GitHub.copilot",
22
- "GitHub.copilot-chat"
26
+ "GitHub.copilot-chat"
27
],
28
"settings": {
29
"remote.autoForwardPorts": true,
0 commit comments