Vscode-gitlens: Distracting editor behavior - Unsaved changes (cannot determine authors)

Created on 25 Aug 2019  路  6Comments  路  Source: eamodio/vscode-gitlens

When ever I type into a vscode editor window, a message briefly appears at the top of the editor saying:

Unsaved changes (cannot determine authors)

This output causes the editor content to shift up and down and is distracting. How can I disable this behavior?

Thanks.

Most helpful comment

@haughki This too was distracting for me and I found that disabling both Authors and Recent Change got rid of it.
Screen Shot 2020-01-28 at 2 07 26 PM

All 6 comments

I see the same warning everytime I edit a file, it goes away after saving which is specially distracting when autosaving is enabled, as the text moves down and then back up while editing.

My interim fix was to set recentChangeAndAuthors to blank, try adding this your setting.json file:

"gitlens.strings.codeLens.unsavedChanges.recentChangeAndAuthors": ""

One fix is to disable the Gitlens>Code Lens>Authors

I had to disable all of Code Lens. Just unchecking Authors didn't work for me.

@haughki This too was distracting for me and I found that disabling both Authors and Recent Change got rid of it.
Screen Shot 2020-01-28 at 2 07 26 PM

Not sure if related or a new issue but I found this line "shaking while typing" pretty annoying:

code

code2

As suggested by joe-scotto I disabled that feature entirely :)

This is "fixed" in GitLens 11 -- as the code lens is replaced with an ellipsis (by default) when it can't currently be displayed.

@Pitasi that looks like a bug in VS Code -- can you report that on the VS Code repo?

Was this page helpful?
0 / 5 - 0 ratings