Fix path of Developer Powershell for VS2022#11257
Fix path of Developer Powershell for VS2022#11257marshall777 wants to merge 1 commit intoMicrosoftDocs:mainfrom
Conversation
|
@marshall777 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 190b310: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
This PR corrects the documented filesystem path for launching Developer PowerShell for VS 2022 so it matches the actual Visual Studio 2022 installation directory layout.
Changes:
- Fix the VS 2022
Launch-VsDevShell.ps1path from...\Microsoft Visual Studio\18\...to...\Microsoft Visual Studio\2022\....
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Hello,
The path provided for the Developer Powershell script for VS2022 is wrong.
It is correct on the other parts of the article so I suppose this one was simply missed.