23 lines
847 B
JSON
23 lines
847 B
JSON
|
{
|
||
|
"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/speaker"
|
||
|
],
|
||
|
"python.autoComplete.typeshedPaths": [
|
||
|
".micropy/BradenM-micropy-stubs-c89b5ef/frozen",
|
||
|
".micropy/BradenM-micropy-stubs-e1b8ce6/frozen",
|
||
|
".micropy/BradenM-micropy-stubs-c89b5ef/stubs",
|
||
|
".micropy/speaker"
|
||
|
],
|
||
|
"python.analysis.typeshedPaths": [
|
||
|
".micropy/BradenM-micropy-stubs-c89b5ef/frozen",
|
||
|
".micropy/BradenM-micropy-stubs-e1b8ce6/frozen",
|
||
|
".micropy/BradenM-micropy-stubs-c89b5ef/stubs",
|
||
|
".micropy/speaker"
|
||
|
],
|
||
|
"python.linting.pylintEnabled": true
|
||
|
}
|