-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
This will look for Visual Studio in the Correct directory. #143479
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have checked the code and it works in my case
I've tried this before, and the |
Yaa this will actually fix the issue and the next time no other will have the same issue. Just waiting for the maintainer to merge this pr |
I tested the code and it worked totally fine. Let's see when the maintainer merges this pr. |
After this fix the issue will completely resolve. |
@paulacamargo25 please approve all the pending workflow. |
@paulacamargo25 if there's something wrong in the code please let me know. |
@rzhao271 waiting for your approval. |
It is currently endgame/testing week. PR LGTM, but I plan on merging it next week. |
No issues. Waiting for the endgame to end. |
Merging to address build failure https://github.com/microsoft/vscode/runs/5352655839?check_suite_focus=true |
Thanks for the PR! |
Previously running yarn install was looking for visual studio workload in the programfilesx86 folder now this fix will check for visual studio in the programfilesx86 in the first and then will look on programFiles folder.
This fix will help Visual Studio 2022 users as it is a 64b bit software so it goes to programFiles folder not in ProgramFilesx86.
This PR fixes #143478