-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support disabling / hiding editor actions (icons at the right of tab bar) #669
Comments
@eamodio it does! I had searched the gitlens settings namespace, but missed "gitlens.menus": {
"editorGroup": {
"blame": false,
"compare": false
}
}, Thanks! |
All these should be false by default. I'm uninstalling GitLens until VSCode allows better management of editor actions. |
@sytelus You can easily set them off yourself. |
@sytelus I also found the options horrible, but by enabling them by default allows users to see these features - it's easier to get rid of something you notice than it is to add something you don't know about ;) |
@eamodio I didn't like the addition of GitLens options in the editor group toolbar, and "horrible" is probably too strong a word ;) |
@shiraze Please feel free to open a PR for adding more documentation -- thanks! |
Is there a way to only show compare icons when in a diff? Also is it possible to move commands to the |
@trkoch which compare icons? As for the |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I don't like editor actions (the little icons on the right of the tab bar)
, because:
So, I'd like to hide them. Ideally, VSCode issue microsoft/vscode#46403 would be addressed to enable hiding all/some of them, but it's not yet, so on GitLens side I'd love a
gitlens.editorActions.enabled
setting letting me disable them.Thanks for GitLens 🙂!
The text was updated successfully, but these errors were encountered: