-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Add Visual Studio 2026 support to InstallVisualStudio.ps1 #64406
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
Merged
adityamandaleeka
merged 13 commits into
main
from
copilot/update-build-instructions-vs-2026
Dec 7, 2025
+217
−63
Merged
Changes from 12 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
3c139fe
Initial plan
Copilot c84b677
Add VS 2026 support to InstallVisualStudio.ps1
Copilot 9c0c236
Fix VS 2026 internal version number to 18
Copilot 2e99d8c
Update channel names for 2026.
adityamandaleeka 83951b2
More updating of channel names.
adityamandaleeka 7a9000c
Update to available Win11 SDK.
adityamandaleeka bc46490
Update Windows SDK from 10.0.19041.0 to 10.0.22621.0
adityamandaleeka 482d06e
Add v143 toolset to Dev18 components.
adityamandaleeka e08e786
Update VCTools to v143.
adityamandaleeka a504f47
Avoid double definition of IHttpResponse4.
adityamandaleeka d3cfd61
Remove interface definition entirely.
adityamandaleeka 3681b4f
Accept Stable and Insiders as channel name aliases.
adityamandaleeka 20e12e3
Minor.
adityamandaleeka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| { | ||
| "channelUri": "https://aka.ms/vs/18/intpreview/channel", | ||
| "channelId": "VisualStudio.18.IntPreview", | ||
| "includeRecommended": false, | ||
| "addProductLang": [ | ||
| "en-US" | ||
| ], | ||
| "add": [ | ||
| "Microsoft.Net.Component.4.6.2.TargetingPack", | ||
| "Microsoft.Net.Component.4.7.2.SDK", | ||
| "Microsoft.Net.Component.4.7.2.TargetingPack", | ||
| "Microsoft.VisualStudio.Component.FSharp.MSBuild", | ||
| "Microsoft.VisualStudio.Component.NuGet", | ||
| "Microsoft.VisualStudio.Component.NuGet.BuildTools", | ||
| "Microsoft.VisualStudio.Component.VC.ATL", | ||
| "Microsoft.VisualStudio.Component.VC.ATL.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.Tools.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.x86.x64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.ATL.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.ATL", | ||
| "Microsoft.VisualStudio.Component.Windows11SDK.22621", | ||
| "Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools", | ||
| "Microsoft.VisualStudio.Workload.MSBuildTools", | ||
| "Microsoft.VisualStudio.Workload.NetCoreBuildTools", | ||
| "Microsoft.VisualStudio.Workload.VCTools", | ||
| "Microsoft.VisualStudio.Workload.VisualStudioExtensionBuildTools", | ||
| "Microsoft.VisualStudio.Workload.WebBuildTools" | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| { | ||
| "channelUri": "https://aka.ms/vs/18/stable/channel", | ||
| "channelId": "VisualStudio.18.Release", | ||
| "includeRecommended": false, | ||
| "addProductLang": [ | ||
| "en-US" | ||
| ], | ||
| "add": [ | ||
| "Microsoft.Net.Component.4.6.2.TargetingPack", | ||
| "Microsoft.Net.Component.4.7.2.SDK", | ||
| "Microsoft.Net.Component.4.7.2.TargetingPack", | ||
| "Microsoft.VisualStudio.Component.FSharp.MSBuild", | ||
| "Microsoft.VisualStudio.Component.NuGet", | ||
| "Microsoft.VisualStudio.Component.NuGet.BuildTools", | ||
| "Microsoft.VisualStudio.Component.VC.ATL", | ||
| "Microsoft.VisualStudio.Component.VC.ATL.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.Tools.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.x86.x64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.ATL.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.ATL", | ||
| "Microsoft.VisualStudio.Component.Windows11SDK.22621", | ||
| "Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools", | ||
| "Microsoft.VisualStudio.Workload.MSBuildTools", | ||
| "Microsoft.VisualStudio.Workload.NetCoreBuildTools", | ||
| "Microsoft.VisualStudio.Workload.VCTools", | ||
| "Microsoft.VisualStudio.Workload.VisualStudioExtensionBuildTools", | ||
| "Microsoft.VisualStudio.Workload.WebBuildTools" | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| { | ||
| "channelUri": "https://aka.ms/vs/18/insiders/channel", | ||
| "channelId": "VisualStudio.18.Preview", | ||
| "includeRecommended": false, | ||
| "addProductLang": [ | ||
| "en-US" | ||
| ], | ||
| "add": [ | ||
| "Microsoft.Net.Component.4.6.2.TargetingPack", | ||
| "Microsoft.Net.Component.4.7.2.SDK", | ||
| "Microsoft.Net.Component.4.7.2.TargetingPack", | ||
| "Microsoft.VisualStudio.Component.FSharp.MSBuild", | ||
| "Microsoft.VisualStudio.Component.NuGet", | ||
| "Microsoft.VisualStudio.Component.NuGet.BuildTools", | ||
| "Microsoft.VisualStudio.Component.VC.ATL", | ||
| "Microsoft.VisualStudio.Component.VC.ATL.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.Tools.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.x86.x64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.ATL.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.ATL", | ||
| "Microsoft.VisualStudio.Component.Windows11SDK.22621", | ||
| "Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools", | ||
| "Microsoft.VisualStudio.Workload.MSBuildTools", | ||
| "Microsoft.VisualStudio.Workload.NetCoreBuildTools", | ||
| "Microsoft.VisualStudio.Workload.VCTools", | ||
| "Microsoft.VisualStudio.Workload.VisualStudioExtensionBuildTools", | ||
| "Microsoft.VisualStudio.Workload.WebBuildTools" | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| { | ||
| "channelUri": "https://aka.ms/vs/18/intpreview/channel", | ||
| "channelId": "VisualStudio.18.IntPreview", | ||
| "includeRecommended": false, | ||
| "addProductLang": [ | ||
| "en-US" | ||
| ], | ||
| "add": [ | ||
| "Microsoft.Net.Component.4.6.2.TargetingPack", | ||
| "Microsoft.Net.Component.4.7.2.SDK", | ||
| "Microsoft.Net.Component.4.7.2.TargetingPack", | ||
| "Microsoft.VisualStudio.Component.VC.ATL", | ||
| "Microsoft.VisualStudio.Component.VC.ATL.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.Tools.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.x86.x64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.ATL.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.ATL", | ||
| "Microsoft.VisualStudio.Component.Windows11SDK.22621", | ||
| "Microsoft.VisualStudio.Workload.ManagedDesktop", | ||
| "Microsoft.VisualStudio.Workload.NativeDesktop", | ||
| "Microsoft.VisualStudio.Workload.NetWeb", | ||
| "Microsoft.VisualStudio.Workload.VisualStudioExtension" | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| { | ||
| "channelUri": "https://aka.ms/vs/18/stable/channel", | ||
| "channelId": "VisualStudio.18.Release", | ||
| "includeRecommended": false, | ||
| "addProductLang": [ | ||
| "en-US" | ||
| ], | ||
| "add": [ | ||
| "Microsoft.Net.Component.4.6.2.TargetingPack", | ||
| "Microsoft.Net.Component.4.7.2.SDK", | ||
| "Microsoft.Net.Component.4.7.2.TargetingPack", | ||
| "Microsoft.VisualStudio.Component.VC.ATL", | ||
| "Microsoft.VisualStudio.Component.VC.ATL.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.Tools.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.x86.x64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.ATL.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.ATL", | ||
| "Microsoft.VisualStudio.Component.Windows11SDK.22621", | ||
| "Microsoft.VisualStudio.Workload.ManagedDesktop", | ||
| "Microsoft.VisualStudio.Workload.NativeDesktop", | ||
| "Microsoft.VisualStudio.Workload.NetWeb", | ||
| "Microsoft.VisualStudio.Workload.VisualStudioExtension" | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| { | ||
| "channelUri": "https://aka.ms/vs/18/insiders/channel", | ||
| "channelId": "VisualStudio.18.Preview", | ||
| "includeRecommended": false, | ||
| "addProductLang": [ | ||
| "en-US" | ||
| ], | ||
| "add": [ | ||
| "Microsoft.Net.Component.4.6.2.TargetingPack", | ||
| "Microsoft.Net.Component.4.7.2.SDK", | ||
| "Microsoft.Net.Component.4.7.2.TargetingPack", | ||
| "Microsoft.VisualStudio.Component.VC.ATL", | ||
| "Microsoft.VisualStudio.Component.VC.ATL.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.Tools.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.x86.x64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.ATL.ARM64", | ||
| "Microsoft.VisualStudio.Component.VC.14.44.17.14.ATL", | ||
| "Microsoft.VisualStudio.Component.Windows11SDK.22621", | ||
| "Microsoft.VisualStudio.Workload.ManagedDesktop", | ||
| "Microsoft.VisualStudio.Workload.NativeDesktop", | ||
| "Microsoft.VisualStudio.Workload.NetWeb", | ||
| "Microsoft.VisualStudio.Workload.VisualStudioExtension" | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.