mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2025-11-27 09:28:39 +03:00
Initial commit
This commit is contained in:
25
.devcontainer/devcontainer.json
Normal file
25
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
|
||||
"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": {}
|
||||
},
|
||||
"remoteUser": "node",
|
||||
"updateContentCommand": "npm install -g @devcontainers/cli"
|
||||
}
|
||||
Reference in New Issue
Block a user