Skip to content

Commit 4954272

Browse files
committed
{
// Name this configuration "name": "Codespace for Skills!", "customizations": { "vscode": { "extensions": [ "GitHub.copilot" ] } } }
1 parent 245d172 commit 4954272

File tree

1 file changed

+11
-32
lines changed

1 file changed

+11
-32
lines changed

.devcontainer/devcontainer.json

Lines changed: 11 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,11 @@
1-
2-
{
3-
4-
5-
// Name this configuration
6-
7-
8-
"name": "Codespace for Skills!",
9-
10-
11-
"customizations": {
12-
13-
14-
"vscode": {
15-
16-
17-
"extensions": [
18-
19-
20-
"GitHub.copilot"
21-
22-
23-
]
24-
25-
26-
}
27-
28-
29-
}
30-
31-
32-
}
1+
{
2+
// Name this configuration
3+
"name": "Codespace for Skills!",
4+
"customizations": {
5+
"vscode": {
6+
"extensions": [
7+
"GitHub.copilot"
8+
]
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)