Skip to content

Commit

Permalink
build: add vs code recommended extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Oct 29, 2023
1 parent 3ba4150 commit 14a04d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"recommendations": [
"ms-python.isort",
"ms-python.flake8",
"ms-python.mypy-type-checker",
"ms-python.black-formatter"
]
}

0 comments on commit 14a04d2

Please sign in to comment.