VSCode settings
This commit is contained in:
8
.vscode/extensions.json
vendored
Normal file
8
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"ms-python.python",
|
||||||
|
"visualstudioexptteam.vscodeintellicode",
|
||||||
|
"ms-python.vscode-pylance",
|
||||||
|
"paulober.pico-w-go"
|
||||||
|
]
|
||||||
|
}
|
||||||
21
.vscode/settings.json
vendored
Normal file
21
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"python.linting.enabled": true,
|
||||||
|
"python.languageServer": "Pylance",
|
||||||
|
"python.analysis.typeCheckingMode": "basic",
|
||||||
|
"python.analysis.diagnosticSeverityOverrides": {
|
||||||
|
"reportMissingModuleSource": "none",
|
||||||
|
"reportShadowedImports": "none"
|
||||||
|
},
|
||||||
|
"micropico.syncFolder": "",
|
||||||
|
"micropico.openOnStart": true,
|
||||||
|
"python.analysis.typeshedPaths": [
|
||||||
|
".vscode\\Pico-W-Stub"
|
||||||
|
],
|
||||||
|
"python.analysis.extraPaths": [
|
||||||
|
"",
|
||||||
|
"c:\\Users\\adakovacs\\.vscode\\extensions\\joedevivo.vscode-circuitpython-0.1.20-win32-x64\\stubs",
|
||||||
|
"c:\\Users\\adakovacs\\AppData\\Roaming\\Code\\User\\globalStorage\\joedevivo.vscode-circuitpython\\bundle\\20231228\\adafruit-circuitpython-bundle-py-20231228\\lib",
|
||||||
|
".vscode\\Pico-W-Stub"
|
||||||
|
],
|
||||||
|
"circuitpython.board.version": null
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user