dotnet / dotnet/vscode-dotnet-runtime
Consider supporting pre-baked .NET's in extension
Open
discussion
- Dominant language
- TypeScript
- Stars
- 209
- Forks
- 455
- PR merge metrics
- No merged PRs in 30d
Description
VSCode extensions today cannot have different flavors for different platforms; however, this is changing with: https://github.com/microsoft/vscode/issues/23251#issuecomment-458075818
We can take a model where we have a default .NET included in the box to avoid dynamic acquisition; and then if another extension attempts to download a different version of .NET not included in the box we can fall back.
Contributor guide
Assessment
This issue has not been assessed yet.