From c3f1543759916b913aa52d79034ca756e891a090 Mon Sep 17 00:00:00 2001 From: Gennaro Tortone Date: Mon, 14 May 2018 21:36:31 +0200 Subject: [PATCH] Delete c_cpp_properties.json --- .vscode/c_cpp_properties.json | 16 ---------------- 1 file changed, 16 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 21083c5b0..000000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "browse": { - "limitSymbolsToIncludedHeaders": false, - "path": [ - "/home/tortone/.arduino15/packages/esp8266/hardware", - "${workspaceRoot}" - ] - }, - "intelliSenseMode": "clang-x64" - } - ], - "version": 3 -}