Skip to content

Commit 2a2c9a4

Browse files
committed
Undo VS Code extension
1 parent 6424e52 commit 2a2c9a4

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,5 @@
55
"image": "mcr.microsoft.com/vscode/devcontainers/universal:latest",
66

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

0 commit comments

Comments
 (0)