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 0635e45 commit 73fde5eCopy full SHA for 73fde5e
.devcontainer/devcontainer.json
@@ -1,5 +1,22 @@
1
{
2
"name": "CopilotAdventures",
3
+
4
+ "image": "mcr.microsoft.com/devcontainers/dotnet:8.0-noble",
5
6
+ "features": {
7
+ "ghcr.io/devcontainers/features/common-utils:latest": {},
8
+ "ghcr.io/devcontainers/features/dotnet:latest": {
9
+ "version": "9.0"
10
+ },
11
+ "ghcr.io/devcontainers/features/docker-in-docker:latest": {},
12
+ "ghcr.io/devcontainers/features/node:latest": {},
13
+ "ghcr.io/devcontainers/features/python:latest": {}
14
15
16
+ "overrideFeatureInstallOrder": [
17
+ "ghcr.io/devcontainers/features/common-utils"
18
+ ],
19
20
// Configure tool-specific properties.
21
"customizations": {
22
"vscode": {
0 commit comments