Skip to content

Commit

Permalink
🔄 synced local '.vscode/extensions.json' with remote '.vscode/extensi…
Browse files Browse the repository at this point in the history
…ons.json'
  • Loading branch information
lwjohnst86 committed Mar 26, 2024
1 parent ccf6997 commit 3002063
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": []
}

0 comments on commit 3002063

Please sign in to comment.