summaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
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