more tracking changes

This commit is contained in:
Oliver Cullis 2024-09-04 16:00:28 +02:00
parent ab0f0f87e6
commit 3642acf17f
4 changed files with 0 additions and 29 deletions

5
.gitignore vendored
View File

@ -1,5 +0,0 @@
.gitignore
__pycache__
global_config.json
.vscode
.micropico

View File

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

View File

@ -1,8 +0,0 @@
{
"recommendations": [
"ms-python.python",
"visualstudioexptteam.vscodeintellicode",
"ms-python.vscode-pylance",
"paulober.pico-w-go"
]
}

13
.vscode/settings.json vendored
View File

@ -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"
]
}