Skip to content

[BUG] Hot reload focuses output window #2047

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

Open
RobertOstermann opened this issue May 27, 2025 · 0 comments
Open

[BUG] Hot reload focuses output window #2047

RobertOstermann opened this issue May 27, 2025 · 0 comments
Labels
area-hotreload Issues with Hot Reload experiences bug Something isn't working

Comments

@RobertOstermann
Copy link

RobertOstermann commented May 27, 2025

Describe the Issue

Enabling the "csharp.experimental.debug.hotReload" should not focus the output window any time changes are made while debugging. Currently, any changes will auto-focus the output window. Either the output window should never be focused and the user could manually go to that channel, or there should be a setting to determine if the output window should focus on hot reload changes.

{
  "csharp.debug.hotReloadOnSave": true,
  "csharp.debug.hotReloadVerbosity": "minimal",
  "csharp.experimental.debug.hotReload": true,
}

Steps To Reproduce

No response

Expected Behavior

No response

Environment Information

No response

@RobertOstermann RobertOstermann added the bug Something isn't working label May 27, 2025
@WardenGnaw WardenGnaw added the area-hotreload Issues with Hot Reload experiences label May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-hotreload Issues with Hot Reload experiences bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants