How to set window size and position in Visual Studio Code?

in vscode, go to

settings -> window -> new window -> new window dimension

there you are able to choose the following option to set the default dimensions, if vscode is getting opened:

inherit || offset || maximized || fullscreen

I prefer to use “inherit”, i.e. open vs-code always as large as the previous one.

Leave a Comment