From 3642acf17fc9454b8f52731a335f74db8747dd7c Mon Sep 17 00:00:00 2001 From: Oliver Cullis Date: Wed, 4 Sep 2024 16:00:28 +0200 Subject: [PATCH] more tracking changes --- .gitignore | 5 ----- .micropico | 3 --- .vscode/extensions.json | 8 -------- .vscode/settings.json | 13 ------------- 4 files changed, 29 deletions(-) delete mode 100644 .gitignore delete mode 100644 .micropico delete mode 100644 .vscode/extensions.json delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1f31cca..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -.gitignore -__pycache__ -global_config.json -.vscode -.micropico diff --git a/.micropico b/.micropico deleted file mode 100644 index 3de3977..0000000 --- a/.micropico +++ /dev/null @@ -1,3 +0,0 @@ -{ - "info": "This file is just used to identify a project folder." -} \ No newline at end of file diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index fbc7999..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "recommendations": [ - "ms-python.python", - "visualstudioexptteam.vscodeintellicode", - "ms-python.vscode-pylance", - "paulober.pico-w-go" - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 2b576bf..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -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" - ] -} \ No newline at end of file