From 651bf8de2af208b01f57ecfde26df1f0fcf6d2c9 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sun, 18 Sep 2022 13:35:54 +0200 Subject: [PATCH] Added picowgo files --- .picowgo | 1 + .vscode/Pico-W-Stub | 1 + .vscode/extensions.json | 7 +++++++ .vscode/settings.json | 13 +++++++++++++ 4 files changed, 22 insertions(+) create mode 100644 .picowgo create mode 120000 .vscode/Pico-W-Stub create mode 100644 .vscode/extensions.json create mode 100644 .vscode/settings.json 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