wiki/.vscode/extensions.json

8 lines
180 B
JSON

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