Added picowgo files

This commit is contained in:
Christoffer Martinsson 2022-09-18 13:35:54 +02:00
parent 04580bb5a9
commit 651bf8de2a
4 changed files with 22 additions and 0 deletions

1
.picowgo Normal file
View File

@ -0,0 +1 @@
{'info': 'This file is just used to identify a project folder.'}

1
.vscode/Pico-W-Stub vendored Symbolic link
View File

@ -0,0 +1 @@
/home/cm/.config/Code/User/Pico-W-Stub

7
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"recommendations": [
"ms-python.python",
"visualstudioexptteam.vscodeintellicode",
"ms-python.vscode-pylance"
]
}

13
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,13 @@
{
"python.linting.enabled": true,
"python.analysis.typeshedPaths": [
".vscode/Pico-W-Stub"
],
"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "basic",
"python.analysis.extraPaths": [
".vscode/Pico-W-Stub/stubs"
],
"picowgo.syncFolder": "",
"picowgo.openOnStart": true
}