aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/c_cpp_properties.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 179e475..e71cdab 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -6,9 +6,9 @@
"${workspaceFolder}/**"
],
"defines": [],
- "compilerPath": "/usr/bin/clang",
+ "compilerPath": "/usr/bin/gcc",
"cppStandard": "c++20",
- "intelliSenseMode": "clang-x64",
+ "intelliSenseMode": "gcc-x64",
"configurationProvider": "go2sh.cmake-integration"
}
],