Documentation/.vscode/extensions.json
Javier Pérez d538ea449b Add VS Code extension recommendations (#464)
- Add extension recommendations for Visual Studio Code and VSCodium users

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/464
Reviewed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
Co-authored-by: Javier Pérez <walpo@noreply.codeberg.org>
Co-committed-by: Javier Pérez <walpo@noreply.codeberg.org>
2024-08-12 12:36:32 +00:00

11 lines
435 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"DavidAnson.vscode-markdownlint",
"EditorConfig.EditorConfig",
"ginfuru.better-nunjucks",
"streetsidesoftware.code-spell-checker"
]
}