mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-28 06:23:07 +00:00
24 lines
857 B
JSON
24 lines
857 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:24",
|
|
|
|
"postCreateCommand": "pnpm config set store-dir /home/node/.local/share/pnpm/store && npm install typescript -g",
|
|
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"workbench.colorTheme": "Default Dark Modern",
|
|
"window.menuBarVisibility": "classic",
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"notebook.defaultFormatter": "biomejs.biome",
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.tabSize": 4,
|
|
"editor.insertSpaces": true,
|
|
"files.defaultLanguage": "typescript",
|
|
"files.eol": "\n"
|
|
},
|
|
"extensions": ["biomejs.biome", "vitest.explorer"]
|
|
}
|
|
}
|
|
}
|