I installed GitLens in VS Code. Then it asked if I wanted to try the GitLens+ features. I clicked "Yes". Now I am stuck at the welcome screen and can't get past it. Any ideas how to get rid of this annoying screen?
6 Answers
Uninstall gitlens extension. Productivity extensions shouldn't reduce productivity by putting up adds that can't easily be closed.

- 5,589
- 5
- 36
- 52
-
1I use gitgraph is minimalist for what I need in vscode. Gitlense is just bloat. Btw I am here because I was trying a few including gitlense and is just too annoying with the trial stuff. – thefern Dec 09 '22 at 13:57
-
This is not answering the question. – Jan Groth Jan 31 '23 at 05:43
Hide GitLens+ Features from the Command Palette GitLens+: Hide GitLens+ Features
To restore from the Command Palette GitLens+: Restore GitLens+ Features

- 654
- 1
- 7
- 11
-
1This is really the best answer as it removes the ads, yet still lets you use the free features like the line blame and hover tools. – Ray Apr 10 '23 at 17:18
-
I had the same problem, but I was able to solve it by following the steps below.
- Open the sidebar extension
- Click the down arrow to the right of the uninstall
- Install another version
- Install 11.7.0
- Reload
But there was no Gitlens in the sidebar So next
- "git lens: show welcome view" in the command palette
- Select "git lenses layout" in "view" of "quick setup"
Gitlens is displayed in the sidebar
- Then install the latest version
Gitlens is displayed in the sidebar
I hope it helps you even a little.

- 91
- 1
-
Shessh, I landed here by googling another issue of latest 12.2.2 not working well on workspaces and annoying with plus features/trials. *Going back to 11.7.0 fixed both things.* No doubt Kraken damned it. – edmundo096 Sep 09 '22 at 18:02
Go to VS Code command Pallete and select GitLens+: Sign out of Gitlens+
that should get you to the previous experience.
you can also use the the VSCode Command Pallete to display the views you want, such as
I think I had the same issue on Windows (now I'm on my mac) so I went back to Windows, created a new account, and started the trial since logging off of my account on Windows didn't result in that scenario.
I couldn't reproduce it on Windows either.
I'm thinking that might be a glitch, I'm sure you already tried to close VSCode and open again, so, maybe try to sign out and sign in again.
If you want to remove the "home" view, use the elipses on the top right and untick it. Also, check if the other views are enabled.

- 962
- 12
- 21
-
Thankyou for the tips, especially regarding signing out of Gitlens+. As I couldn't figure out how to sign out. However, it didn't really help :-D . Even after signing out I am still stuck at the annoying welcome screen and can't really see any of the buttons – exan Mar 23 '22 at 22:19
-
2I think that with the new experience, the welcome is always there, signed in and off, but what I noticed on your screenshot was that the views were missing (commits, repositories, etc...) the "home" view is the main one and is always visible unless you hide it. If you need extra help, reach out... – rmjoia Mar 24 '22 at 11:57
-
The problem here is that when we install GitLens extension then all the GitLens features and buttons are added under the generic source control tab (Ctrl+shift+G). Even though GitLens creates a new tab of its own and it looks like all features and buttons are hiding behind the welcome screen. This is not the case and everything but the welcome screen is under the generic source control tab. Poor design choice indeed.

- 3,236
- 5
- 24
- 38
-
Poor design choice if they want you to use the free options. Good design choice if they want you to _think_ you have to pay to use even the free options, yet they remain able to boast about what a wide variety of free features they have. 8-) – ProfDFrancis Jan 28 '23 at 08:11
Step 1. Uninstall GitLens
This avoids fiddling with settings to try to stop it being nag-ware.
Step 2. Install Git Graph
This has the nicest "railway-track" display of commits that I have come across, although the dev seems to be not responding to contact during 2022.
An alternative is Git History
, which remains under active development, although its railway-track display is less compact and efficient.

- 8,816
- 1
- 17
- 26
-
2
-
2I agree, but it is what I ended up doing and I am very happy with the result. One of the wonderful things about Stack Overflow is that it opens us up to solution paths that we would not otherwise have considered. 8-) – ProfDFrancis Feb 03 '23 at 08:19
-