Enable python typechecking by default in vscode.

This commit is contained in:
Tom Alexander
2025-11-08 14:29:03 -05:00
parent 588e434b56
commit 5b849c266e
2 changed files with 2 additions and 2 deletions

View File

@@ -52,5 +52,6 @@
"workbench.secondarySideBar.defaultVisibility": "hidden",
"editor.autoClosingBrackets": "never",
"editor.autoSurround": "never",
"workbench.editor.navigationScope": "editorGroup"
"workbench.editor.navigationScope": "editorGroup",
"python.analysis.typeCheckingMode": "standard"
}