Skip to content

Commit 5b4953d

Browse files
committed
add extention
1 parent 935568c commit 5b4953d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,18 @@
55
"image": "mcr.microsoft.com/vscode/devcontainers/universal:latest",
66

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

0 commit comments

Comments
 (0)