dotnet / vscode-dotnet-runtime

VSCode Extension for Installing .NET via VS Code
MIT License
128 stars 229 forks source link

Focus on Output Channel to Indicate Install Progress for Global SDK #1730

Closed nagilson closed 3 months ago

nagilson commented 3 months ago

Currently in DevKit when people try to install the SDK they have no indication of progress unless they manually find our tab in the output window, which no one will do. This requires user intervention to occur, so when they click download, we'd like to navigate them to our output window, and it should not be so disruptive.

We cant do this in DevKit since VS Code does not have an API to call into others output channels.