From 60b0b611d068375275b4c4be46dad9fb7e39f99d Mon Sep 17 00:00:00 2001 From: Simon Zeyer Date: Sat, 19 Sep 2020 12:58:00 +0000 Subject: [PATCH] Delete c_cpp_properties.json --- .vscode/c_cpp_properties.json | 17 ----------------- 1 file changed, 17 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 f5fedb7..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "configurations": [ - { - "name": "Win32", - "includePath": [ - "C:\\Users\\User\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\**", - "C:\\Users\\User\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\2.6.0\\**" - ], - "forcedInclude": [], - "intelliSenseMode": "msvc-x64", - "compilerPath": "/usr/bin/gcc", - "cStandard": "gnu11", - "cppStandard": "gnu++14" - } - ], - "version": 4 -} \ No newline at end of file