-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
VS Code's maximize button doesn't trigger Snap Layouts in Windows 11 #127449
Comments
@deepak1556 if electron adopts the windows controls overlay and I adopt it in the titlebar, we could handle this I think |
Depends on electron/electron#29600 |
Snap layout is working when I switched my title bar type from custom to native in vs code |
Any update on this issue now that the upstream electron issue is merged and released circa electron v13? |
@sbatten The bottom border was reported in electron/electron#31025. The background color can be changed dynamically by set The symbol (_□×) color truly can't be changed dynamically, and Electron doesn't correctly draw hover color for transparent buttons now |
In VS code on Windows 11 snap layouts Works normally with - "window.titleBarStyle": "native" Refer to: |
@401-Unauthorized This worked on my setup. |
@401-Unauthorized thanks! it works. |
Also, if you still prefer to use the custom title bar style, you can also use Win + Z to open the Snap Layouts |
Yes, I was going to create this issue, eventually I find it here while searching for duplicate |
Electron 18 now supports dynamically changing title bar color: electron/electron#33440 Still blocked on #145527 |
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
Snap Layouts doesn't get triggered because VS Code is using a custom title bar
The text was updated successfully, but these errors were encountered: