diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2020-12-15 10:55:49 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2020-12-15 10:55:49 +0100 |
| commit | 741b6d177865f20908b1b290c5170025964d3d9a (patch) | |
| tree | 81711abad0b79807e74f9d087617eb73762741b0 | |
| parent | 80802e1ed843c061fe06e1474e192851c215d786 (diff) | |
| download | newtype-741b6d177865f20908b1b290c5170025964d3d9a.tar.xz newtype-741b6d177865f20908b1b290c5170025964d3d9a.zip | |
ide: switch to MS cmake tools
| -rw-r--r-- | .vscode/c_cpp_properties.json | 2 |
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 |
