mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
7 lines
103 B
JSON
7 lines
103 B
JSON
{
|
|
"files.exclude": {
|
|
"**/__pycache__": true
|
|
},
|
|
"python.analysis.typeCheckingMode": "basic"
|
|
}
|