wiki/.vscode/extensions.json

8 lines
180 B
JSON
Raw Normal View History

2022-12-29 12:48:56 -08:00
{
// NOTE: keep this in sync with: .devcontainer/devcontainer.json
2022-12-29 12:48:56 -08:00
"recommendations": [
"davidanson.vscode-markdownlint",
"streetsidesoftware.code-spell-checker"
]
}