Skip to content

Commit

Permalink
MAINT: migrate to new Unwanted extension (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Jan 8, 2024
1 parent 440dc61 commit 1eba8f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ vscode:
- editorconfig.editorconfig
- esbenp.prettier-vscode
- executablebookproject.myst-highlight
- garaioag.garaio-vscode-unwanted-recommendations
- github.vscode-github-actions
- github.vscode-pull-request-github
- ms-python.black-formatter
Expand All @@ -31,6 +30,7 @@ vscode:
- ms-vsliveshare.vsliveshare
- redhat.vscode-yaml
- ryanluker.vscode-coverage-gutters
- Soulcode.vscode-unwanted-extensions
- stkb.rewrap
- streetsidesoftware.code-spell-checker
- tamasfe.even-better-toml
Expand Down
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"executablebookproject.myst-highlight",
"garaioag.garaio-vscode-unwanted-recommendations",
"github.vscode-github-actions",
"github.vscode-pull-request-github",
"ms-python.black-formatter",
Expand All @@ -17,6 +16,7 @@
"ms-vsliveshare.vsliveshare",
"redhat.vscode-yaml",
"ryanluker.vscode-coverage-gutters",
"Soulcode.vscode-unwanted-extensions",
"stkb.rewrap",
"streetsidesoftware.code-spell-checker",
"tamasfe.even-better-toml",
Expand Down
7 changes: 6 additions & 1 deletion src/repoma/check_dev_files/vscode.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,15 @@ def _update_extensions() -> None:
unwanted=True,
)
executor(
vscode.add_extension_recommendation,
vscode.remove_extension_recommendation,
"garaioag.garaio-vscode-unwanted-recommendations",
# cspell:ignore garaio garaioag
)
executor(
vscode.add_extension_recommendation,
"Soulcode.vscode-unwanted-extensions",
# cspell:ignore Soulcode
)
executor.finalize()


Expand Down

0 comments on commit 1eba8f1

Please sign in to comment.