mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-16 20:46:07 +01:00
feat: added basic picropython
This commit is contained in:
1
pico-w/.vscode/Pico-W-Stub
vendored
Symbolic link
1
pico-w/.vscode/Pico-W-Stub
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/eliasrenman/.config/Code/User/Pico-W-Stub
|
||||
7
pico-w/.vscode/extensions.json
vendored
Normal file
7
pico-w/.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"ms-python.python",
|
||||
"visualstudioexptteam.vscodeintellicode",
|
||||
"ms-python.vscode-pylance"
|
||||
]
|
||||
}
|
||||
16
pico-w/.vscode/settings.json
vendored
Normal file
16
pico-w/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"python.linting.enabled": true,
|
||||
"python.languageServer": "Pylance",
|
||||
"python.analysis.typeCheckingMode": "basic",
|
||||
"picowgo.syncFolder": "",
|
||||
"python.analysis.typeshedPaths": [
|
||||
".vscode/Pico-W-Stub"
|
||||
],
|
||||
"python.analysis.extraPaths": [
|
||||
".vscode/Pico-W-Stub/stubs"
|
||||
],
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "ms-python.autopep8"
|
||||
},
|
||||
"python.formatting.provider": "none"
|
||||
}
|
||||
Reference in New Issue
Block a user