vscode-gitlens icon indicating copy to clipboard operation
vscode-gitlens copied to clipboard

How to turn off GitLens+ and it's popups completely?

Open Nirmal4G opened this issue 2 years ago • 2 comments

  • GitLens Version: 12.1.1
  • Git Version: 2.36.1
  • VSCode Version: 1.68.1
  • OS Version: 10.0.22621.110

Steps to Reproduce:

  1. Install latest GitLens
  2. Go to GitLens tab
  3. See that the sidebar offers GitLens+
  4. I know and why do you show this every time?
  5. It's annoying to click some feature and to know it needs GitLens+

Solution:

Please have an option in the settings to disable GitLens+ and its associated features and annoyances. PLEASE! And before anyone says buy it (can't afford it) or create a free account, I could but I don't want to create a new account and manage it.

IMHO, This tool should be fully functional (offline) without requiring any web services apart from GitHub/GitLab and friends at least in FREE mode!

Nirmal4G avatar Jun 28 '22 17:06 Nirmal4G

@Nirmal4G The "GitLens tab" is just informational as most GitLens views live on the “Source Control” side bar. If you don’t want to see GitLens+ features or messaging, you can hide them using GitLens+: Hide GitLens+ Features from the Command Palette.

If you want to re-enable GitLens+ features in the future, you can use GitLens+: Restore GitLens+ Features from the Command Palette.

d13 avatar Jun 28 '22 18:06 d13

@d13 Thanks for the swift response. It should be displayed under the GitLens+ section in the tab clickable to turn-off GitLens+

That's my request as well. Anyway command palette works for me too!

Nirmal4G avatar Jun 28 '22 18:06 Nirmal4G

There is a setting for this already: "gitlens.plusFeatures.enabled": false,

Igorgro avatar Apr 11 '23 21:04 Igorgro