I started gtest with this guide(GoogleTest Quickstart with CMake). (using FetchContent of CMake)
To get the intelliSense for gtest, I set configurationProvider to ms-vscode.cmake-tools in c_cpp_properties.json.
Given that 'gtest/gtest.h' file not found error occurred, This extension seems to not accept the configuration.
(Of course, there is no error when executing it because it is built with CMake.)
I started gtest with this guide(GoogleTest Quickstart with CMake). (using FetchContent of CMake) To get the intelliSense for gtest, I set
configurationProvider
toms-vscode.cmake-tools
inc_cpp_properties.json
.Given that
'gtest/gtest.h' file not found
error occurred, This extension seems to not accept the configuration. (Of course, there is no error when executing it because it is built with CMake.)