Skip to content

Commit b860d66

Browse files
authored
Update devcontainer.json
1 parent 4ccfe5f commit b860d66

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
2-
// Add the IDs of extensions you want installed when the container is created.
1+
2+
{
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.
312
"customizations": {
413
"vscode": {
514
"extensions": [
@@ -12,3 +21,4 @@
1221
]
1322
}
1423
}
24+
}

0 commit comments

Comments
 (0)