Skip to content

Commit

Permalink
build: update .devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ckagerer committed Dec 8, 2023
1 parent fc923c8 commit 0c4e9db
Showing 1 changed file with 15 additions and 24 deletions.
39 changes: 15 additions & 24 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,17 @@
{
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",
"customizations": {
"vscode": {
"settings": {
"json.schemas": [
{
"fileMatch": [
"*/devcontainer-feature.json"
],
"url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
}
]
},
"extensions": [
"mads-hartmann.bash-ide-vscode"
]
}
},
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/common-utils:2": {}
},
"remoteUser": "node",
"updateContentCommand": "npm install -g @devcontainers/cli"
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"postCreateCommand": "npm install -g @devcontainers/cli",
"hostRequirements": {
"cpus": 4
},
"customizations": {
"vscode": {
"extensions": [
"mads-hartmann.bash-ide-vscode"
]
}
}
}

0 comments on commit 0c4e9db

Please sign in to comment.