I’m working with multiple GNOME workspaces and experiencing an issue with VSCode:
Current setup:
- Fedora with GNOME 46.7 (X11)
- Two workspaces, on with a VSCode window, one with firefox
- Running Docker builds in one workspace while actively working in another
Problem: When for example a Docker build fails in Workspace B, VSCode automatically switches focus from its current Workspace B back to Workspace A where i am active. This disrupts my workflow, as I use workspaces to categorically separate different projects.
What I’ve tried:
- Looking for VSCode settings related to alerts/focus
- Searching for GNOME workspace focus settings
- Looking through existing threads (found no solution)
Question: How can I prevent VSCode from forcing a workspace switch when errors occur? I want each VSCode window to stay in its assigned workspace regardless of build failures or other alerts.