The following could be added to the `settings.json` for CMake Tools to use the vcpkg toolchain file. ```json "cmake.configureSettings": { "CMAKE_TOOLCHAIN_FILE": "${workspaceFolder}/vcpkg/scripts/buildsystems/vcpkg.cmake" } ```
The following could be added to the
settings.jsonfor CMake Tools to use the vcpkg toolchain file.