Skip to content

Commit

Permalink
ENH: add GitLens VS Code extension by default
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 16, 2024
1 parent eb79f5d commit 1298c4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/compwa_policy/check_dev_files/vscode.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ def main(has_notebooks: bool, is_python_repo: bool) -> None:

def _update_extensions() -> None:
with Executor() as do:
do(
vscode.add_extension_recommendation,
"eamodio.gitlens", # cspell:ignore eamodio
)
do(
vscode.add_extension_recommendation,
"mhutchie.git-graph", # cspell:ignore mhutchie
Expand Down

0 comments on commit 1298c4f

Please sign in to comment.