Skip to content

Commit

Permalink
Revert "ENH: install git graph by default"
Browse files Browse the repository at this point in the history
This reverts commit 64ff95c.
  • Loading branch information
redeboer committed Aug 12, 2024
1 parent 29a60b2 commit 8675f72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
1 change: 0 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ vscode:
- executablebookproject.myst-highlight
- github.vscode-github-actions
- github.vscode-pull-request-github
- mhutchie.git-graph
- ms-python.mypy-type-checker
- ms-python.python
- ms-python.vscode-pylance
Expand Down
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"executablebookproject.myst-highlight",
"github.vscode-github-actions",
"github.vscode-pull-request-github",
"mhutchie.git-graph",
"ms-python.mypy-type-checker",
"ms-python.python",
"ms-python.vscode-pylance",
Expand Down
13 changes: 6 additions & 7 deletions src/compwa_policy/check_dev_files/vscode.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def _update_extensions() -> None:
)
do(
vscode.remove_extension_recommendation,
"travisillig.vscode-json-stable-stringify", # cspell:ignore travisillig
"travisillig.vscode-json-stable-stringify",
# cspell:ignore travisillig
unwanted=True,
)
do(
Expand All @@ -31,16 +32,14 @@ def _update_extensions() -> None:
)
do(
vscode.remove_extension_recommendation,
"garaioag.garaio-vscode-unwanted-recommendations", # cspell:ignore garaio garaioag
"garaioag.garaio-vscode-unwanted-recommendations",
# cspell:ignore garaio garaioag
unwanted=True,
)
do(
vscode.add_extension_recommendation,
"Soulcode.vscode-unwanted-extensions", # cspell:ignore Soulcode
)
do(
vscode.add_extension_recommendation,
"mhutchie.git-graph", # cspell:ignore mhutchie
"Soulcode.vscode-unwanted-extensions",
# cspell:ignore Soulcode
)


Expand Down

0 comments on commit 8675f72

Please sign in to comment.