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 4ccfe5f commit b860d66Copy full SHA for b860d66
.devcontainer/devcontainer.json
@@ -1,5 +1,14 @@
1
-
2
- // Add the IDs of extensions you want installed when the container is created.
+
+{
3
+ // Name this configuration
4
+ "name": "Codespace for Skills!",
5
+ // Use the base codespace image
6
+ "image": "mcr.microsoft.com/vscode/devcontainers/universal:latest",
7
8
+ "remoteUser": "codespace",
9
+ "overrideCommand": false
10
+ ,
11
+ // Add the IDs of extensions you want installed when the container is created.
12
"customizations": {
13
"vscode": {
14
"extensions": [
@@ -12,3 +21,4 @@
21
]
22
}
23
24
+}
0 commit comments