Skip to content
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

Add support for Visual Studio Preview #4190

Closed
nil-ref opened this issue Jul 14, 2022 · 1 comment
Closed

Add support for Visual Studio Preview #4190

nil-ref opened this issue Jul 14, 2022 · 1 comment

Comments

@nil-ref
Copy link

nil-ref commented Jul 14, 2022

SCons/Tool/MSCommon# diff -u vc.py vc_new.py
--- vc.py       2022-07-14 11:38:22.632212900 +0800
+++ vc_new.py   2022-07-14 11:37:42.998109300 +0800
@@ -705,7 +705,7 @@
     debug('VSWHERE: %s', vswhere_path)
     for vswhere_version_args in vswhere_version:

-        vswhere_cmd = [vswhere_path] + vswhere_version_args + ["-property", "installationPath"]
+        vswhere_cmd = [vswhere_path] + ["-prerelease"] + vswhere_version_args + ["-property", "installationPath"]

         debug("running: %s", vswhere_cmd)
@bdbaddog
Copy link
Contributor

Duplicate of #4048

Since users may not always want to run prerelease this patch isn't something we can apply.
Note that there's a big PR in flight to address this and other issues. #4174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants