-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
preferredGenerators does not fallback on linux #2709
Comments
Thank you for reporting this issue. We will take a look at it for the next release. |
@ZgblKylin We tried to verify this issue on CMake tools: v1.19.45, but we got an error while connecting to a linux machine using Remote-ssh. Are you able to go ahead and verify that this issue is fixed? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief Issue Summary
I'm using VSCode on Windows machine, and with remote-ssh to Linux machine, so I configured
cmake.preferredGenerators
as:In this situation, it's expected to be:
Visual Studio 16 2019
on Windows, since some project does not work well with Ninja;Ninja
on Linux;But
CMake: Configure
fails on Linux with first generator, and didn't try of others.CMake Tools Diagnostics
Debug Log
Additional Information
Version of plugin is
v1.11.26
.The text was updated successfully, but these errors were encountered: