Skip to content

Commit fb4db25

Browse files
committed
second modificaiton
1 parent c959ba0 commit fb4db25

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,20 @@
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+
}
24+
925
}

0 commit comments

Comments
 (0)