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, 16 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
new file mode 100644
index 0000000..b88b548
--- /dev/null
+++ b/.vscode/c_cpp_properties.json
@@ -0,0 +1,16 @@
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