-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Update Visual Studio version references to 2026 baseline in GitHub Copilot app modernization docs #49936
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
Conversation
Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
|
@copilot the links should be for the Visual Studio 2026 now, not wrapped around 2022. I also noticed some other links, like for the .NET Desktop workload, those have a 2022 portion in the query string that should be changed to 2026. |
Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Updated in commit 7463e46. The links now wrap "Visual Studio 2026" instead of "Visual Studio 2022", and all query string parameters have been changed from |
|
@copilot whoops, I just discovered that they changed the view moniker from vs-2026 to visualstudio. Fix that. |
Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
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.
Pull Request Overview
This PR updates GitHub Copilot app modernization documentation to reference Visual Studio 2026 as the baseline version, with Visual Studio 2022 version 17.14.17 as a fallback. The changes standardize version references and update Visual Studio documentation links to use the correct view moniker.
Key Changes
- Updated Visual Studio version references from 2022 v17.14.16 to 2026 as primary with 2022 v17.14.17+ as fallback
- Migrated Visual Studio documentation link view parameters from
view=vs-2022toview=visualstudio&preserve-view=true
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/includes/github-copilot-app-modernization-prereqs.md | Updated prerequisite requirements to reference Visual Studio 2026 and modified workload link query parameter |
| docs/core/porting/github-copilot-app-modernization/faq.yml | Updated Visual Studio version in summary section and telemetry link query parameter |
| docs/core/porting/github-copilot-app-modernization/overview.md | Updated telemetry documentation link query parameter |
Summary
Updates GitHub Copilot app modernization documentation to reference Visual Studio 2026 as the baseline, with Visual Studio 2022 version 17.14.17 or newer as fallback option. Updates all download links to point to Visual Studio 2026 and changes Visual Studio documentation query string parameters to use the correct
visualstudioview moniker withpreserve-view=trueparameter.Fixes #45907
Changes
docs/includes/github-copilot-app-modernization-prereqs.md:view=vs-2022toview=visualstudio&preserve-view=truedocs/core/porting/github-copilot-app-modernization/faq.yml:view=vs-2022toview=visualstudio&preserve-view=truedocs/core/porting/github-copilot-app-modernization/overview.md:view=vs-2022toview=visualstudio&preserve-view=trueAll files now consistently reference Visual Studio 2026 as the primary version with proper download links and the correct
visualstudioview moniker withpreserve-view=trueparameter for Visual Studio documentation links.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Internal previews