Skip to content

Commit

Permalink
chore: add vscode workspace extension reccomendations
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Jul 11, 2023
1 parent 9adf702 commit 727b531
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,6 @@ dmypy.json
.ruff_cache


.vscode
out.json
.vscode/launch.json
.vscode/settings.json
11 changes: 11 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"recommendations": [
"matangover.mypy",
"ms-python.black-formatter",
"njpwerner.autodocstring",
"streetsidesoftware.code-spell-checker",
"charliermarsh.ruff",
"wayou.vscode-todo-highlight",
"bungcip.better-toml"
]
}

0 comments on commit 727b531

Please sign in to comment.