This website requires JavaScript.
Explore
Help
Register
Sign In
Ling0925
/
suna
mirror of
https://github.com/kortix-ai/suna.git
Watch
1
Star
0
Fork
You've already forked suna
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d791528b56
suna
/
.vscode
/
settings.json
5 lines
100 B
JSON
Raw
Normal View
History
Unescape
Escape
perf(sandbox): switch to async daytona sdk (#891)
2025-07-04 23:42:53 +08:00
{
Update VSCode settings to disable type checking for both Python and CursorPyright
2025-07-31 18:31:16 +08:00
"python.analysis.typeCheckingMode"
:
"off"
,
"cursorpyright.analysis.typeCheckingMode"
:
"off"
perf(sandbox): switch to async daytona sdk (#891)
2025-07-04 23:42:53 +08:00
}