You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open VS Code for a folder with a C# solution or project
The output window automatically opens with a message Starting command: "dotnet.exe" restore
Expected behavior
I would expect the C# extension to just work in the background. It's annoying that I have to close the output pane every single time VS Code opens with a C# project to tell me it's installing packages. I don't really need to know this, at best it should be configurable.
Actual behavior
Every time VS Code opens the output window pops up to tell me NuGet is restoring packages