mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
- 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>
11 lines
435 B
JSON
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"
|
|
]
|
|
}
|