uc-light/.vscode/settings.json

23 lines
841 B
JSON
Raw Normal View History

2021-04-11 21:22:16 +02:00
{
"python.linting.enabled": true,
"python.jediEnabled": false,
"python.autoComplete.extraPaths": [
".micropy/BradenM-micropy-stubs-c89b5ef/frozen",
".micropy/BradenM-micropy-stubs-e1b8ce6/frozen",
".micropy/BradenM-micropy-stubs-c89b5ef/stubs",
".micropy/light"
],
"python.autoComplete.typeshedPaths": [
".micropy/BradenM-micropy-stubs-c89b5ef/frozen",
".micropy/BradenM-micropy-stubs-e1b8ce6/frozen",
".micropy/BradenM-micropy-stubs-c89b5ef/stubs",
".micropy/light"
],
"python.analysis.typeshedPaths": [
".micropy/BradenM-micropy-stubs-c89b5ef/frozen",
".micropy/BradenM-micropy-stubs-e1b8ce6/frozen",
".micropy/BradenM-micropy-stubs-c89b5ef/stubs",
".micropy/light"
],
"python.linting.pylintEnabled": true
}