From 58465175e761a908752542255fe584ce3aa1d163 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 24 Oct 2024 10:55:10 +0200 Subject: remove user-specific vscode config --- mwe/events/.vscode/c_cpp_properties.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 mwe/events/.vscode/c_cpp_properties.json (limited to 'mwe/events/.vscode/c_cpp_properties.json') 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 -- cgit v1.2.3