Update VSCode settings to disable type checking for both Python and CursorPyright

This commit is contained in:
mykonos-ibiza 2025-07-31 16:01:16 +05:30
parent 2eea1f07aa
commit 55a63ba41c
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
{ {
"python.analysis.typeCheckingMode": "off" "python.analysis.typeCheckingMode": "off",
"cursorpyright.analysis.typeCheckingMode": "off"
} }