vscode: enable ms-vscode.cmake-tools C++ configuration provider

Signed-off-by: Steven Noonan <steven@valvesoftware.com>
This commit is contained in:
Steven Noonan
2020-09-03 01:45:40 -07:00
parent 2a5bb4d0d7
commit 0a3924ee58
+1
View File
@@ -7,5 +7,6 @@
"settings": {
"cmake.buildDirectory": "${workspaceFolder}/build",
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json",
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
}
}