more tracking changes
This commit is contained in:
parent
ab0f0f87e6
commit
3642acf17f
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +0,0 @@
|
||||
.gitignore
|
||||
__pycache__
|
||||
global_config.json
|
||||
.vscode
|
||||
.micropico
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"info": "This file is just used to identify a project folder."
|
||||
}
|
8
.vscode/extensions.json
vendored
8
.vscode/extensions.json
vendored
@ -1,8 +0,0 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"ms-python.python",
|
||||
"visualstudioexptteam.vscodeintellicode",
|
||||
"ms-python.vscode-pylance",
|
||||
"paulober.pico-w-go"
|
||||
]
|
||||
}
|
13
.vscode/settings.json
vendored
13
.vscode/settings.json
vendored
@ -1,13 +0,0 @@
|
||||
{
|
||||
"python.linting.enabled": true,
|
||||
"python.languageServer": "Pylance",
|
||||
"python.analysis.typeCheckingMode": "basic",
|
||||
"micropico.syncFolder": "",
|
||||
"micropico.openOnStart": true,
|
||||
"python.analysis.typeshedPaths": [
|
||||
".vscode/Pico-W-Stub"
|
||||
],
|
||||
"python.analysis.extraPaths": [
|
||||
".vscode/Pico-W-Stub/stubs"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user