mirror of https://github.com/kortix-ai/suna.git
Update VSCode settings to disable type checking for both Python and CursorPyright
This commit is contained in:
parent
2eea1f07aa
commit
55a63ba41c
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"python.analysis.typeCheckingMode": "off"
|
||||
"python.analysis.typeCheckingMode": "off",
|
||||
"cursorpyright.analysis.typeCheckingMode": "off"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue