Skip to content

Commit 8911728

Browse files
Formatting
1 parent 13941ba commit 8911728

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
3-
"customizations": {
4-
"vscode": {
5-
"settings": {
6-
"json.schemas": [
7-
{
8-
"fileMatch": [
9-
"*/devcontainer-feature.json"
10-
],
11-
"url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
12-
}
13-
]
14-
},
15-
"extensions": [
16-
"mads-hartmann.bash-ide-vscode"
17-
]
18-
}
19-
},
20-
"features": {
21-
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
22-
},
23-
"remoteUser": "node",
24-
"updateContentCommand": "npm install -g @devcontainers/cli"
2+
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
3+
"customizations": {
4+
"vscode": {
5+
"settings": {
6+
"json.schemas": [
7+
{
8+
"fileMatch": [
9+
"*/devcontainer-feature.json"
10+
],
11+
"url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
12+
}
13+
]
14+
},
15+
"extensions": [
16+
"mads-hartmann.bash-ide-vscode"
17+
]
18+
}
19+
},
20+
"features": {
21+
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
22+
},
23+
"remoteUser": "node",
24+
"updateContentCommand": "npm install -g @devcontainers/cli"
2525
}

0 commit comments

Comments
 (0)