diff --git a/.picowgo b/.picowgo new file mode 100644 index 0000000..2b7291a --- /dev/null +++ b/.picowgo @@ -0,0 +1 @@ +{'info': 'This file is just used to identify a project folder.'} \ No newline at end of file diff --git a/.vscode/Pico-W-Stub b/.vscode/Pico-W-Stub new file mode 120000 index 0000000..62ffd38 --- /dev/null +++ b/.vscode/Pico-W-Stub @@ -0,0 +1 @@ +/home/cm/.config/Code/User/Pico-W-Stub \ No newline at end of file diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..2d69e4c --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,7 @@ +{ + "recommendations": [ + "ms-python.python", + "visualstudioexptteam.vscodeintellicode", + "ms-python.vscode-pylance" + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..d03f082 --- /dev/null +++ b/.vscode/settings.json @@ -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 +} \ No newline at end of file