From bd6a6382f6729aa0d646f50250a4c366672e311e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Sp=C3=B6nemann?= Date: Mon, 3 Feb 2020 10:16:08 +0100 Subject: [PATCH] Removed C/C++ config with hard-coded paths --- .vscode/c_cpp_properties.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 3bf59290..00000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "configurations": [ - { - "name": "Mac", - "includePath": [ - "/Users/csweichel/Library/Arduino15/packages/arduino/tools/**", - "/Users/csweichel/Library/Arduino15/packages/arduino/hardware/samd/1.8.4/**" - ], - "forcedInclude": [ - "/Users/csweichel/Library/Arduino15/packages/arduino/hardware/samd/1.8.4/cores/arduino/Arduino.h" - ] - } - ] -} \ No newline at end of file