File tree Expand file tree Collapse file tree 1 file changed +23
-7
lines changed
Expand file tree Collapse file tree 1 file changed +23
-7
lines changed Original file line number Diff line number Diff line change 11{
2- // Name this configuration
3- "name" : " Codespace for Skills!" ,
4- // Use the base codespace image
5- "image" : " mcr.microsoft.com/vscode/devcontainers/universal:latest" ,
6-
7- "remoteUser" : " codespace" ,
8- "overrideCommand" : false
2+ // Name this configuration
3+ "name" : " Codespace for Skills!" ,
4+ // Use the base codespace image
5+ "image" : " mcr.microsoft.com/vscode/devcontainers/universal:latest" ,
6+ "remoteUser" : " codespace" ,
7+ "overrideCommand" : false ,
8+ // Add the IDs of extensions you want installed when the container is created.
9+ "customizations" :
10+ {
11+ "vscode" :
12+ {
13+ "extensions" :
14+ [
15+ " GitHub.copilot"
16+ ]},
17+ "codespaces" :
18+ {
19+ "openFiles" :
20+ [
21+ " codespace.md"
22+ ]
23+ }
24+ }
925}
You can’t perform that action at this time.
0 commit comments