Skip to content

Commit

Permalink
Add vscode-specific settings
Browse files Browse the repository at this point in the history
  • Loading branch information
wil93 committed Aug 27, 2023
1 parent 8fad02d commit ec74812
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"editorconfig.editorconfig",
"ms-python.python",
"ms-python.vscode-pylance"
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.analysis.typeCheckingMode": "basic"
}

0 comments on commit ec74812

Please sign in to comment.