11 lines
No EOL
278 B
JSON
11 lines
No EOL
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"
|
|
]
|
|
} |