aboutsummaryrefslogtreecommitdiff
path: root/mwe/events/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-10-23 21:13:28 +0200
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-10-23 21:13:28 +0200
commit51c8a51b53a850265955a3e4bc45b40ad3f8c477 (patch)
treec52258a911e52d0a5469942e0a11e373e92af0a9 /mwe/events/.vscode/c_cpp_properties.json
parent94d591b69c45470480db477bc4000ef35019e18b (diff)
custom commit poc working
Diffstat (limited to 'mwe/events/.vscode/c_cpp_properties.json')
-rw-r--r--mwe/events/.vscode/c_cpp_properties.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/mwe/events/.vscode/c_cpp_properties.json b/mwe/events/.vscode/c_cpp_properties.json
new file mode 100644
index 0000000..64d3f90
--- /dev/null
+++ b/mwe/events/.vscode/c_cpp_properties.json
@@ -0,0 +1,15 @@
+{
+ "configurations": [
+ {
+ "name": "Linux",
+ "includePath": [
+ "${workspaceFolder}/**"
+ ],
+ "defines": [],
+ "cStandard": "c17",
+ "cppStandard": "c++17",
+ "intelliSenseMode": "linux-clang-x64"
+ }
+ ],
+ "version": 4
+} \ No newline at end of file