mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2024-12-24 00:02:58 +03:00
26 lines
804 B
JSON
26 lines
804 B
JSON
{
|
|
"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"
|
|
}
|