11 lines
278 B
JSON
11 lines
278 B
JSON
|
{
|
||
|
"python.linting.enabled": true,
|
||
|
"python.analysis.typeshedPaths": [
|
||
|
".vscode/Pico-Stub"
|
||
|
],
|
||
|
"python.languageServer": "Pylance",
|
||
|
"python.analysis.typeCheckingMode": "basic",
|
||
|
"python.analysis.extraPaths": [
|
||
|
".vscode/Pico-Stub/stubs"
|
||
|
]
|
||
|
}
|