17 lines
No EOL
327 B
JSON
17 lines
No EOL
327 B
JSON
{
|
|
"name": "swabsite",
|
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node": {}
|
|
},
|
|
"containerEnv": {
|
|
"ASTRO_TELEMETRY_DISABLED": "true"
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"astro-build.astro-vscode"
|
|
]
|
|
}
|
|
}
|
|
} |