Enable type-checking by default in vscode for python.

This commit is contained in:
Tom Alexander
2025-11-30 19:17:49 -05:00
parent c5e7b983ec
commit 6e14356a13
3 changed files with 4 additions and 3 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"
}