Answers for "vscode make new window open in fullscreen"

1

vscode make new window open in fullscreen

VSCode make new window open in fullscreen:
Settings > Window > New Window > New Window Dimensions

Options:
default = Opens new window in the center of the screen.
inherit = Opens new window with the same dimension as the last active one.
offset = Opens new window with the same dimension as the last active one
		 with an offset position.
maximized = Opens new window maximized.
fullscreen = Opens new window in fullscreen mode.
Posted by: Guest on August-14-2021

Code answers related to "vscode make new window open in fullscreen"

Browse Popular Code Answers by Language