diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-24 10:55:10 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-24 10:55:10 +0200 |
commit | 58465175e761a908752542255fe584ce3aa1d163 (patch) | |
tree | 59da5c9a23eac4a9da9dd408aed972ec6cd6a903 /mwe/events/.vscode/c_cpp_properties.json | |
parent | a8a7ff90dfd626ea76dd9e9fe00c7854a7b9f31f (diff) |
remove user-specific vscode config
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 |