We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794f14d commit 53dcf74Copy full SHA for 53dcf74
.devcontainer/devcontainer.json
@@ -1,4 +1,5 @@
1
{
2
+
3
// Name this configuration
4
"name": "Codespace for Skills!",
5
@@ -7,5 +8,19 @@
7
8
9
"remoteUser": "codespace",
10
-"overrideCommand": false
11
+"overrideCommand": false,
12
+ // Add the IDs of extensions you want installed when the container is created.
13
+ "customizations": {
14
+ "vscode": {
15
+ "extensions": [
16
+ "GitHub.copilot"
17
+ ]
18
+ },
19
+ "codespaces": {
20
+ "openFiles": [
21
+ "codespace.md"
22
23
+ }
24
25
26
}
0 commit comments