|
1 | | -// Keep in alphabetical order |
| 1 | +// SPDX-License-Identifier: MIT |
| 2 | +// Copyright 2024 Beslogic Inc. |
| 3 | + |
| 4 | +// The source skeleton for this configuration can be found at |
| 5 | +// https://github.com/BesLogic/shared-configs/blob/main/.vscode/extensions.json |
| 6 | +// Modifications to this file that are not project-specific should also be done upstream. |
2 | 7 | { |
| 8 | + // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. |
| 9 | + // List of extensions which should be recommended for users of this workspace. |
| 10 | + // Only keep those used by your specific project |
3 | 11 | "recommendations": [ |
4 | | - "charliermarsh.ruff", |
5 | | - "davidanson.vscode-markdownlint", |
| 12 | + // General |
| 13 | + "dprint.dprint", |
6 | 14 | "eamodio.gitlens", |
| 15 | + "editorconfig.editorconfig", |
| 16 | + "pkief.material-icon-theme", |
| 17 | + // GitHub |
| 18 | + "bierner.github-markdown-preview", |
7 | 19 | "github.vscode-github-actions", |
| 20 | + // Dotenv |
| 21 | + "dotenv.dotenv-vscode", |
| 22 | + // Python/TOML |
| 23 | + "charliermarsh.ruff", |
| 24 | + "ms-python.mypy-type-checker", |
8 | 25 | "ms-python.python", |
9 | 26 | "ms-python.vscode-pylance", |
| 27 | + "tamasfe.even-better-toml", |
| 28 | + // Markdown |
| 29 | + "bierner.github-markdown-preview", |
| 30 | + "davidanson.vscode-markdownlint", |
| 31 | + // Powershell |
10 | 32 | "ms-vscode.powershell", |
11 | | - "pkief.material-icon-theme", |
| 33 | + // XML / Qt |
12 | 34 | "redhat.vscode-xml", |
| 35 | + // YAML |
13 | 36 | "redhat.vscode-yaml", |
14 | | - "tamasfe.even-better-toml", |
15 | 37 | ], |
16 | 38 | "unwantedRecommendations": [ |
17 | 39 | // Must disable in this workspace // |
|
0 commit comments