From 8a6863dd7c386d1771a4a6eee4f01feb0954c8bc Mon Sep 17 00:00:00 2001 From: starcalc Date: Thu, 13 Jan 2022 18:14:54 +0100 Subject: [PATCH] Folders, Extensions --- Bananenkeyboard.code-workspace | 11 +++++++++++ touchcontroller/.vscode/extensions.json | 14 +++++++------- 2 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 Bananenkeyboard.code-workspace diff --git a/Bananenkeyboard.code-workspace b/Bananenkeyboard.code-workspace new file mode 100644 index 0000000..9892471 --- /dev/null +++ b/Bananenkeyboard.code-workspace @@ -0,0 +1,11 @@ +{ + "folders": [ + { + "path": "touchcontroller" + }, + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file diff --git a/touchcontroller/.vscode/extensions.json b/touchcontroller/.vscode/extensions.json index 0f0d740..e80666b 100644 --- a/touchcontroller/.vscode/extensions.json +++ b/touchcontroller/.vscode/extensions.json @@ -1,7 +1,7 @@ -{ - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - "platformio.platformio-ide" - ] -} +{ + // See http://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format + "recommendations": [ + "platformio.platformio-ide" + ] +}