aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2020-01-02 11:43:54 +0100
committerFelix Morgner <felix.morgner@gmail.com>2020-01-02 11:43:54 +0100
commitde5d0cbb9c58852ff0038be5495fa7e5d656dd1d (patch)
treeb8defe20be4f23a8ccb72482c8e58e9c0f6865ea /.vscode
parent9c95106af2fbaa9f5f8f605ee7df54cc90356df6 (diff)
downloadnewtype-de5d0cbb9c58852ff0038be5495fa7e5d656dd1d.tar.xz
newtype-de5d0cbb9c58852ff0038be5495fa7e5d656dd1d.zip
new_type: implement subtraction
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"
}
],