Skip to content

Commit 824929c

Browse files
authored
c
1 parent 53d3344 commit 824929c

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
{
22
// Name this configuration
33
"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
9-
,
10-
// Add the IDs of extensions you want installed when the container is created.
114
"customizations": {
125
"vscode": {
136
"extensions": [
147
"GitHub.copilot"
158
]
16-
},
17-
"codespaces": {
18-
"openFiles": [
19-
"codespace.md"
20-
]
219
}
2210
}
23-
,
24-
"postCreateCommand": "echo '# Writing code upon codespace creation!' >> codespace.md"
25-
}
11+
}

setup.sh

100755100644
File mode changed.

0 commit comments

Comments
 (0)