aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2020-12-15 10:55:49 +0100
committerFelix Morgner <felix.morgner@gmail.com>2020-12-15 10:55:49 +0100
commit741b6d177865f20908b1b290c5170025964d3d9a (patch)
tree81711abad0b79807e74f9d087617eb73762741b0 /.vscode
parent80802e1ed843c061fe06e1474e192851c215d786 (diff)
downloadnewtype-741b6d177865f20908b1b290c5170025964d3d9a.tar.xz
newtype-741b6d177865f20908b1b290c5170025964d3d9a.zip
ide: switch to MS cmake tools
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/c_cpp_properties.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index e71cdab..d1852ca 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -9,7 +9,7 @@
"compilerPath": "/usr/bin/gcc",
"cppStandard": "c++20",
"intelliSenseMode": "gcc-x64",
- "configurationProvider": "go2sh.cmake-integration"
+ "configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4