Delete .devcontainer directory

nvm
This commit is contained in:
Eduard Prigoana 2026-02-05 18:59:45 +02:00 committed by GitHub
parent 8a83f26eb1
commit 5287d4aaad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,18 +0,0 @@
{
"name": "Alpine Bun Dev Container",
"image": "alpine:latest",
"postCreateCommand": "apk add --no-cache git nodejs npm && bun --version",
"features": {
"ghcr.io/shyim/devcontainers-features/bun:0": {},
"ghcr.io/devcontainer-config/features/dot-config:3": {}
},
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.sendKeybindingsToShell": true,
"workbench.colorTheme": "Lilac"
},
"extensions": ["shubham-saudolla.lilac"]
}
}
}