vscode-custom-css icon indicating copy to clipboard operation
vscode-custom-css copied to clipboard

Enable Custom Styles on Secondary Windows?

Open Eunomiac opened this issue 1 year ago • 1 comments

VSC is slowly improving its support for multi-monitor workspaces with better handling of new windows (via FileNew Window or CTRL-SHIFT-N), including them in the saved session data so they're restored when reopening your workspace, but

Problem: Custom styles (and scripts) are only added to the DOM of the first/main VSC window. The separate DOM trees of additional windows aren't currently being modified by the extension.

Expected Behavior: Styles and scripts should apply equally to all opened windows of a VSC instance (or a setting should permit enabling this, if making it default behavior risks messing with users' customizations)

Eunomiac avatar Jul 09 '24 16:07 Eunomiac

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.

github-actions[bot] avatar Sep 08 '24 00:09 github-actions[bot]

Why on Earth would the bot close an open issue simply because no one has commented on it? My initial submission included all necessary information, and Custom Styles still do not apply to secondary windows.

Eunomiac avatar Oct 17 '24 14:10 Eunomiac