vscode-gitlens
vscode-gitlens copied to clipboard
How to turn off GitLens+ and it's popups completely?
- GitLens Version: 12.1.1
- Git Version: 2.36.1
- VSCode Version: 1.68.1
- OS Version: 10.0.22621.110
Steps to Reproduce:
- Install latest GitLens
- Go to GitLens tab
- See that the sidebar offers GitLens+
- I know and why do you show this every time?
- 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 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 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!
There is a setting for this already: "gitlens.plusFeatures.enabled": false,