13 lines
535 B
JSON
Executable File
13 lines
535 B
JSON
Executable File
{
|
|
"python.languageServer": "Pylance",
|
|
"python.linting.pylintEnabled": false,
|
|
"python.analysis.diagnosticSeverityOverrides": {
|
|
"reportMissingModuleSource": "none"
|
|
},
|
|
"python.analysis.extraPaths": [
|
|
"",
|
|
"/home/wholteza/.vscode/extensions/joedevivo.vscode-circuitpython-0.1.15/stubs",
|
|
"/home/wholteza/.config/Code/User/globalStorage/joedevivo.vscode-circuitpython/bundle/20220104/adafruit-circuitpython-bundle-py-20220104/lib"
|
|
],
|
|
"circuitpython.board.version": "7.2.0-alpha.1"
|
|
} |