Home > OS >  How I can save my layout on Visual Studio Code
How I can save my layout on Visual Studio Code

Time:08-22

My VS Code layout

The idea behind this question, is have my document upfront, right on the sidebar, a split between files and upload to GitHub, and down below the terminal, in all projects starting now, I open every time my projects! I saw different questions on the platform, but didn't accurate answer to that, I thought. Thanks, Miguel.

CodePudding user response:

By default, it keeps the same screen.

CodePudding user response:

You should take a look at documentation which explains that in VS Code there are 2 modes for saving a setup of IDE - user settings and workspace settings. Your modifications were probably saved in current workspace so when you open a fresh instance of VS Code by default you are using global user settings.

  • Related