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>
This commit is contained in:
Javier Pérez 2024-08-12 12:36:32 +00:00 committed by Panagiotis "Ivory" Vasilopoulos
parent 69b0c9c449
commit d538ea449b

11
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
// 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"
]
}