Match extension versions for work.

This commit is contained in:
Tom Alexander
2025-11-25 17:40:55 -05:00
parent ddd3200ca6
commit b67b491efa
6 changed files with 75 additions and 12 deletions

View File

@@ -53,5 +53,7 @@
"editor.autoClosingBrackets": "never",
"editor.autoSurround": "never",
"workbench.editor.navigationScope": "editorGroup",
"python.analysis.typeCheckingMode": "standard"
"python.analysis.typeCheckingMode": "standard",
"python.trace.server": "verbose",
"python.analysis.logLevel": "Trace"
}