Added picowgo files
This commit is contained in:
parent
04580bb5a9
commit
651bf8de2a
1
.picowgo
Normal file
1
.picowgo
Normal file
@ -0,0 +1 @@
|
||||
{'info': 'This file is just used to identify a project folder.'}
|
||||
1
.vscode/Pico-W-Stub
vendored
Symbolic link
1
.vscode/Pico-W-Stub
vendored
Symbolic link
@ -0,0 +1 @@
|
||||
/home/cm/.config/Code/User/Pico-W-Stub
|
||||
7
.vscode/extensions.json
vendored
Normal file
7
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"ms-python.python",
|
||||
"visualstudioexptteam.vscodeintellicode",
|
||||
"ms-python.vscode-pylance"
|
||||
]
|
||||
}
|
||||
13
.vscode/settings.json
vendored
Normal file
13
.vscode/settings.json
vendored
Normal 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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user