Skip to content

Commit 53dcf74

Browse files
Update devcontainer.json
1 parent 794f14d commit 53dcf74

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
23
// Name this configuration
34
"name": "Codespace for Skills!",
45

@@ -7,5 +8,19 @@
78

89
"remoteUser": "codespace",
910

10-
"overrideCommand": false
11+
"overrideCommand": false,
12+
// Add the IDs of extensions you want installed when the container is created.
13+
"customizations": {
14+
"vscode": {
15+
"extensions": [
16+
"GitHub.copilot"
17+
]
18+
},
19+
"codespaces": {
20+
"openFiles": [
21+
"codespace.md"
22+
]
23+
}
24+
}
25+
1126
}

0 commit comments

Comments
 (0)