Skip to content

Commit

Permalink
enable basic type checking in vscode.
Browse files Browse the repository at this point in the history
slow on startup with MDS being large. it might be indexing package files from other language
  • Loading branch information
Jsyro committed Nov 15, 2024
1 parent 10886e1 commit 73ddff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"python.testing.pytestArgs": ["tests"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.analysis.typeCheckingMode": "basic",
"yapf.args": [
"--style={column_limit:100, spaces_before_comment:'15,30,50', SPLIT_BEFORE_EXPRESSION_AFTER_OPENING_PAREN:TRUE}"
]
Expand Down

0 comments on commit 73ddff5

Please sign in to comment.