Welcome page in Visual Studio Code How to get it

Visual Studio-Code

Visual Studio-Code Problem Overview


I just downloaded Visual Studio Code and started playing with it.

The you tube video here recommends Quick Tour Videos.

So the question is how can I see the welcome page on Visual Studio code. When ever I open now, I am not seeing it. Probably when you open for the first time, you are shown this. But once you close that how do I reopen it?

Visual Studio-Code Solutions


Solution 1 - Visual Studio-Code

You have to use the command palette (either press F1 or click View -> Command Palette...), then start typing Welcome and select Help: Welcome option.

Solution 2 - Visual Studio-Code

This can now (May 2017) be accessed via the standard menu: Help -> Welcome

Solution 3 - Visual Studio-Code

To show welcome page on startup: User Settings > Workbench > Startup Editor > Select 'welcomePage'

Solution 4 - Visual Studio-Code

It looks like the name of the welcome page got changed into "Get Started". To open the "Get Started" page:
Click in the menu:

> Help -> Get Started

Or type in the command palette:

> ">Get Started"

Tested with:
> Version: 1.61.0-insider
Commit: 5991e3c4b97eca5568069bf3e0910ab693ad3549
Date: 2021-09-27T05:15:36.819Z
Electron: 13.4.0
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Linux x64 5.14.2-arch1-2

Solution 5 - Visual Studio-Code

It is not showing because you probably accidentally unchecked the 'Show welcome page on startup' checkbox on the bottom of the welcome page.

From the menu: Help -> Get Started.

From command palette: Get Started.

To show it automatically when opening a new window check the 'Show welcome page on startup' checkbox on the bottom of the page.

Solution 6 - Visual Studio-Code

Go to the 'Help' tab in the top menu and then select 'Welcome'. Look at the bottom of the page and click the checkbox below that says 'Show welcome page on startup'.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionVivekDevView Question on Stackoverflow
Solution 1 - Visual Studio-CodeNicolas DesprésView Answer on Stackoverflow
Solution 2 - Visual Studio-CodeJaxidianView Answer on Stackoverflow
Solution 3 - Visual Studio-CodeGraySmith00View Answer on Stackoverflow
Solution 4 - Visual Studio-CodeKoronis NeilosView Answer on Stackoverflow
Solution 5 - Visual Studio-CodeCsaba SzitarView Answer on Stackoverflow
Solution 6 - Visual Studio-CodeJhonattan RapprechtView Answer on Stackoverflow