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