Remover circuitpython from vscode settings.

This commit is contained in:
Tom Rothamel
2023-01-06 22:26:04 -05:00
parent 6b227619e9
commit 1e4298ed61
-8
View File
@@ -44,11 +44,6 @@
"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "basic",
"python.analysis.extraPaths": [
"",
"/home/tom/.vscode/extensions/joedevivo.vscode-circuitpython-0.1.17-linux-x64/stubs",
"/home/tom/.config/Code/User/globalStorage/joedevivo.vscode-circuitpython/bundle/20220710/adafruit-circuitpython-bundle-py-20220710/lib"
],
"python.analysis.diagnosticMode": "workspace",
"python.linting.pylintEnabled": false,
"python.analysis.diagnosticSeverityOverrides": {
@@ -56,12 +51,9 @@
},
"esbonio.server.enabled": true,
"esbonio.sphinx.confDir": "",
"circuitpython.board.version": null,
"renpy.excludeCompiledFilesFromWorkspace": true,
"renpy.watchFoldersForChanges": false,
"renpy.warnOnInvalidVariableNames": "Disabled",
"renpy.warnOnInvalidFilenameIssues": "Disabled",
"renpy.warnOnIndentationAndSpacingIssues": "Disabled",
}