[Bug]: Windows 11 - Resize on drag
See original GitHub issueIs there an existing issue for this?
- I have searched the existing issues
Current Behavior
When moving the window around on Windows 11, the vscode window shrinks. Not related to built-in snapping features.
Resolution: 3840 x 2160 pixels Scale: 150%
Expected Behavior
Window will retain its existing size.
Steps To Reproduce
- In Windows 11
- Naked installation
- 4K resolution (16:9) with scale at 150%
- Drag the window around
Environment
- OS: Windows 11
- VSCode: 1.72.2
- Extension: 1.1.9
Anything else?
No response
Issue Analytics
- State:
- Created a year ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
How to disable automatic resizing when dragging window in ...
How to disable automatic resizing when dragging window in Windows 11. How to Change the Taskbar Size in Windows 11 ...
Read more >8 Fixes When You Can't Resize Window in Windows 11 and 10
1. Try Keyboard Shortcuts to Resize a Window · 2. Turn Off Tablet Mode · 3. Uninstall TeamViewer · 4. Close All Apps...
Read more >Windows 11:Can't move or resize windows/applications
I can right click it and select move and then move the application with my arrow keys but that's so slow compared to...
Read more >Fix maximized window won't drag in Windows 11/10
To force drag a window, press and hold the Shift key and right-click the program's taskbar icon. Select Move from the menu that...
Read more >Enable or Disable Drag to Snap windows in Windows 11
This tutorial will show you how to enable or disable Snap windows by dragging a window to the screen edge for your account...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have deleted this lines manually from
index.js
atVS_CODE_PATH\data\extensions\illixion.vscode-vibrancy-continued-1.1.9\runtime\index.js
and run “reload vibrancy” command. It works now!Maybe I shouldn’t have used “fix” so freely. I meant it’s more of a workable solution until it truly gets fixed. I don’t know what problems or side effects my method will cause, especially cause I’m not really familiar with the code or with electron
Commenting out the entire will move function may not be good since I don’t completely understand the code (for some reason I’m getting high gpu/cpu usage. I’m not sure why)
(In either case, the issue author was right when they said the problem was probably with the scale factor. That appears to me where the problem is as well)