Skip to content

Commit 523d33b

Browse files
committed
Updating again to configure VS Code extension
1 parent 2a2c9a4 commit 523d33b

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,17 @@
66

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

0 commit comments

Comments
 (0)