wiki/.vscode/extensions.json

9 lines
201 B
JSON

{
// NOTE: keep this in sync with: .devcontainer/devcontainer.json
"recommendations": [
"davidanson.vscode-markdownlint",
"streetsidesoftware.code-spell-checker",
"biomejs.biome"
]
}