diff options
Diffstat (limited to 'mwe/events/.vscode/c_cpp_properties.json')
-rw-r--r-- | mwe/events/.vscode/c_cpp_properties.json | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mwe/events/.vscode/c_cpp_properties.json b/mwe/events/.vscode/c_cpp_properties.json deleted file mode 100644 index 64d3f90..0000000 --- a/mwe/events/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "${workspaceFolder}/**" - ], - "defines": [], - "cStandard": "c17", - "cppStandard": "c++17", - "intelliSenseMode": "linux-clang-x64" - } - ], - "version": 4 -}
\ No newline at end of file |