summaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2025-06-09 16:44:32 -0500
committer@syxhe <https://t.me/syxhe>2025-06-09 16:44:32 -0500
commit682c6e29e5b2546ff586a55cea8b81a8c072d3ee (patch)
tree0887ca007c04e35b08f0ec2f9c5f8656d3689c87 /.vscode/c_cpp_properties.json
parent534a492f2c0bcceac52a287b03dc1ff5eb0b0763 (diff)
Doxygen fuckery
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
deleted file mode 100644
index b88b548..0000000
--- a/.vscode/c_cpp_properties.json
+++ /dev/null
@@ -1,16 +0,0 @@
1{
2 "configurations": [
3 {
4 "name": "Linux",
5 "includePath": [
6 "${workspaceFolder}/**"
7 ],
8 "defines": [],
9 "compilerPath": "/usr/bin/gcc",
10 "cStandard": "gnu23",
11 "cppStandard": "gnu++17",
12 "intelliSenseMode": "linux-gcc-x64"
13 }
14 ],
15 "version": 4
16} \ No newline at end of file