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 -}