25 lines
No EOL
398 B
JSON
25 lines
No EOL
398 B
JSON
{
|
|
"name": "debian-bun-fish-devcontainer",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
|
|
"remoteUser": "devuser",
|
|
|
|
"features": {},
|
|
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode"
|
|
]
|
|
}
|
|
},
|
|
|
|
"postCreateCommand": "bun --version && code --version",
|
|
|
|
"remoteEnv": {
|
|
"SHELL": "/usr/bin/fish"
|
|
}
|
|
} |