From 741b6d177865f20908b1b290c5170025964d3d9a Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 15 Dec 2020 10:55:49 +0100 Subject: ide: switch to MS cmake tools --- .vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3