Skip to content

Commit

Permalink
chore(sync): 🔨 synced local '.vscode/extensions.json' with remote '.v…
Browse files Browse the repository at this point in the history
…scode/extensions.json'
  • Loading branch information
lwjohnst86 authored and signekb committed Sep 16, 2024
1 parent 989f233 commit 799034a
Showing 1 changed file with 15 additions and 24 deletions.
39 changes: 15 additions & 24 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,17 @@
{
// 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",
"batisteo.vscode-django",
"donjayamanne.githistory",
"felipecaputo.git-project-manager",
"GitHub.vscode-pull-request-github",
"ms-azuretools.vscode-docker",
"ms-python.python",
"ms-python.vscode-pylance",
"njpwerner.autodocstring",
"quarto.quarto",
"streetsidesoftware.code-spell-checker",
"vivaxy.vscode-conventional-commits",
"charliermarsh.ruff",
"pshaddel.conventional-branch",
"yy0931.vscode-sqlite3-editor",
"junstyle.vscode-django-support",
"monosans.djlint"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
// 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",
"donjayamanne.githistory",
"felipecaputo.git-project-manager",
"GitHub.vscode-pull-request-github",
"quarto.quarto",
"streetsidesoftware.code-spell-checker",
"vivaxy.vscode-conventional-commits",
"pshaddel.conventional-branch"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}

0 comments on commit 799034a

Please sign in to comment.