Skip to content
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

Toggles for individual CodeLens features #155867

Closed
fenhl opened this issue Jul 21, 2022 · 3 comments
Closed

Toggles for individual CodeLens features #155867

fenhl opened this issue Jul 21, 2022 · 3 comments
Assignees
Labels
*caused-by-extension Issue identified to be caused by an extension

Comments

@fenhl
Copy link

fenhl commented Jul 21, 2022

Resolving merge conflicts in one command requires turning on Code Lens. However, this also turns on unrelated annotations, such as number of references for PowerShell functions. These are distracting so I had to disable Code Lens again and resort to editing merge conflicts manually. It would be nice if the merge conflict commands could be enabled individually.

@jrieken
Copy link
Member

jrieken commented Jul 22, 2022

Extensions are in charge of this. VS Code itself comes with one big setting to enable/disable the whole feature but extensions contributing lenses should also have settings, like gitlens.codeLens.enabled. So, please reach out to the PowerShell extension for this specific request.

Wrt to merge conflicts: please be aware that we are adding better merge experience with a fullblown merge editor. Use insiders and this setting: git.mergeEditor

@jrieken jrieken added the *caused-by-extension Issue identified to be caused by an extension label Jul 22, 2022
@vscodenpa
Copy link

This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines.

Happy Coding!

@fenhl
Copy link
Author

fenhl commented Jul 22, 2022

I see. The relevant issue for this specific annotation is PowerShell/vscode-powershell#3902.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension
Projects
None yet
Development

No branches or pull requests

3 participants