Overview Version History Q & A Rating & Review
VSCode Window Resizer (OS-level)
Resizes the main VS Code window to a specific size using OS tools.
Commands
Resize Window: Set Size…
Resize Window: 1280×720
Resize Window: 1400×900
Resize Window: 1920×1080
Requirements
Windows : PowerShell allowed to run local scripts.
macOS : osascript
(built-in). Allow Accessibility control.
Linux (X11) : wmctrl
installed. Wayland is not supported by default.
Settings
windowResizer.offsetX
/ windowResizer.offsetY
: Top-left position.
Limitations
VS Code’s extension API does not expose window sizing; this extension shells out to OS utilities. Fullscreen/maximized windows are restored before resizing.