diff --git a/.vscode/extensions.json b/.vscode/extensions.json index b725d21a..e5b55462 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,6 @@ { // 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": [ "jebbs.plantuml", @@ -19,10 +18,9 @@ "vivaxy.vscode-conventional-commits", "charliermarsh.ruff", "pshaddel.conventional-branch", - "yy0931.vscode-sqlite3-editor" + "yy0931.vscode-sqlite3-editor", + "junstyle.vscode-django-support" ], // List of extensions recommended by VS Code that should not be recommended for users of this workspace. - "unwantedRecommendations": [ - - ] -} + "unwantedRecommendations": [] +} \ No newline at end of file