Skip to content
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

Do not steal focus from VS Code editor #14876

Closed
stewartadam opened this issue Aug 22, 2024 · 1 comment
Closed

Do not steal focus from VS Code editor #14876

stewartadam opened this issue Aug 22, 2024 · 1 comment

Comments

@stewartadam
Copy link

stewartadam commented Aug 22, 2024

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.

ms-azuretools.vscode-bicep: Trying to install .NET 8.0.8~arm64 but it already exists. No downloads or changes were made.

To Reproduce
Steps to reproduce the behavior: Start VS Code

Additional context
See also:

@stewartadam stewartadam changed the title Stop stealing focus from VS Code editor Do not steal focus from VS Code editor Aug 22, 2024
@anthony-c-martin
Copy link
Member

Closing this issue - I think it makes sense to use dotnet/vscode-dotnet-runtime#1935 to track.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants