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
I'm a maintainer of a popular extension for VSCode that intends to add transparency effects to the main VSCode window. My extension relies on the ability to add styles to the entire VSCode window, but PR #188793 removed the experimental setting to control WCO, which means that my extension can no longer apply transparency to window controls on Windows platforms.
WCO can also be buggy in certain situations, see #165454 and #160518 as examples.
Please add a configuration option to allow the user to override the default behavior and disable WCO. The relevant function where this check can be added is here:
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.
I'm a maintainer of a popular extension for VSCode that intends to add transparency effects to the main VSCode window. My extension relies on the ability to add styles to the entire VSCode window, but PR #188793 removed the experimental setting to control WCO, which means that my extension can no longer apply transparency to window controls on Windows platforms.
WCO can also be buggy in certain situations, see #165454 and #160518 as examples.
Please add a configuration option to allow the user to override the default behavior and disable WCO. The relevant function where this check can be added is here:
vscode/src/vs/platform/window/common/window.ts
Lines 194 to 205 in e8fcc1e
The text was updated successfully, but these errors were encountered: