|
1 | 1 | {
|
2 |
| - // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. |
3 |
| - // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp |
4 |
| - // List of extensions which should be recommended for users of this workspace. |
5 |
| - "recommendations": [ |
6 |
| - "jebbs.plantuml", |
7 |
| - "batisteo.vscode-django", |
8 |
| - "donjayamanne.githistory", |
9 |
| - "felipecaputo.git-project-manager", |
10 |
| - "GitHub.vscode-pull-request-github", |
11 |
| - "ms-azuretools.vscode-docker", |
12 |
| - "ms-python.python", |
13 |
| - "ms-python.vscode-pylance", |
14 |
| - "njpwerner.autodocstring", |
15 |
| - "quarto.quarto", |
16 |
| - "streetsidesoftware.code-spell-checker", |
17 |
| - "vivaxy.vscode-conventional-commits", |
18 |
| - "charliermarsh.ruff", |
19 |
| - "pshaddel.conventional-branch", |
20 |
| - "yy0931.vscode-sqlite3-editor", |
21 |
| - "junstyle.vscode-django-support", |
22 |
| - "monosans.djlint" |
23 |
| - ], |
24 |
| - // List of extensions recommended by VS Code that should not be recommended for users of this workspace. |
25 |
| - "unwantedRecommendations": [] |
| 2 | + // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. |
| 3 | + // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp |
| 4 | + // List of extensions which should be recommended for users of this workspace. |
| 5 | + "recommendations": [ |
| 6 | + "jebbs.plantuml", |
| 7 | + "donjayamanne.githistory", |
| 8 | + "felipecaputo.git-project-manager", |
| 9 | + "GitHub.vscode-pull-request-github", |
| 10 | + "ms-azuretools.vscode-docker", |
| 11 | + "ms-python.python", |
| 12 | + "ms-python.vscode-pylance", |
| 13 | + "njpwerner.autodocstring", |
| 14 | + "quarto.quarto", |
| 15 | + "streetsidesoftware.code-spell-checker", |
| 16 | + "vivaxy.vscode-conventional-commits", |
| 17 | + "charliermarsh.ruff", |
| 18 | + "pshaddel.conventional-branch", |
| 19 | + "yy0931.vscode-sqlite3-editor" |
| 20 | + ], |
| 21 | + // List of extensions recommended by VS Code that should not be recommended for users of this workspace. |
| 22 | + "unwantedRecommendations": [] |
26 | 23 | }
|
0 commit comments