Skip to content

Commit e654e17

Browse files
committed
Customize your codespace
1 parent 9ca9cf0 commit e654e17

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,19 @@
66

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

0 commit comments

Comments
 (0)