You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Visual Studio 2022 and its CMake support installed, vscode-cmake-tools does find the cmake.exe that it installs. It does not, however, find Ninja. If vscode-cmake-tools is able to find Visual Studio's cmake.exe, it seems like it ought to be able to locate its ninja.exe, as well.
Brief Issue Summary
With Visual Studio 2022 and its CMake support installed, vscode-cmake-tools does find the
cmake.exe
that it installs. It does not, however, find Ninja. If vscode-cmake-tools is able to find Visual Studio'scmake.exe
, it seems like it ought to be able to locate itsninja.exe
, as well.CMake Tools Diagnostics
Debug Log
Additional Information
This simple project demonstrates the problem.
vscode-cmake-tools-test.zip
The text was updated successfully, but these errors were encountered: