Added .micropico and .vscode files to make it easier to import project to vscodde
This commit is contained in:
parent
c1bdeb14b1
commit
e11188bd5e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,2 @@
|
|||||||
__pycache__
|
__pycache__
|
||||||
.vscode
|
|
||||||
.micropico
|
|
||||||
global_config.json
|
global_config.json
|
3
.micropico
Normal file
3
.micropico
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"info": "This file is just used to identify a project folder."
|
||||||
|
}
|
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"
|
||||||
|
]
|
||||||
|
}
|
16
.vscode/settings.json
vendored
Normal file
16
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"python.linting.enabled": true,
|
||||||
|
"python.languageServer": "Pylance",
|
||||||
|
"python.analysis.typeCheckingMode": "basic",
|
||||||
|
"python.analysis.diagnosticSeverityOverrides": {
|
||||||
|
"reportMissingModuleSource": "none"
|
||||||
|
},
|
||||||
|
"micropico.syncFolder": "",
|
||||||
|
"micropico.openOnStart": true,
|
||||||
|
"python.analysis.typeshedPaths": [
|
||||||
|
"~/.micropico-stubs/included"
|
||||||
|
],
|
||||||
|
"python.analysis.extraPaths": [
|
||||||
|
"~/.micropico-stubs/included"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user