How to remove extra spaces from VS Code Editor?

Viewed 268

I was working on VS Code Editor and suddenly I pressed some key which created this space around window

enter image description here

How can I remove this space?

1 Answers

Navigate to View/Appearance/Centered Layout as shown in the image and disable it:

VS code

Related