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
One thing I noticed - I can't repro this behavior myself. My editor launches without the Output window stealing focus. Not sure if this is related to some setting or other environment config. I see the same line logged if I go looking for it:
ms-azuretools.vscode-bicep: Trying to install .NET 8.0.8~x64 but it already exists. No downloads or changes were made.
Bicep version
v0.29.47
Describe the bug
Bicep tries to install .NET on each initialization of the editor, which steals focus from the user to display the Output tab.
To Reproduce
Steps to reproduce the behavior: Start VS Code
Additional context
See also:
output.showQuietly
to stop extensions activating Output view (fix #105270) microsoft/vscode#205225The text was updated successfully, but these errors were encountered: