'VSCode three dots at the top of the editor

As soon as I start typing anything, three dots show up at the top of the editor screen, which "shifts" my code below one string. How can I turn off this feature, which seems to be useless?

enter image description here



Solution 1:[1]

I toggled off the Code Lens option in the GitLens settings - that did the job

enter image description here

Solution 2:[2]

In my case, the extension GitLens is causing the issue

Solution 3:[3]

The correct setting to turn off is Gitlens › CodeLens › RecentChange

enter image description here

The image below shows what Gitlens › CodeLens › RecentChange contols. The text "Eric Amondio, 3 minutes ago | 1 author (Eric Amondio)" will be hidden if the option is turned off.

enter image description here

Note: Even though the answer provided by kschnack will also fix the problem, you should turn off only the specific option and not the whole Gitlens › CodeLens functionality.

Solution 4:[4]

in my case, SHOWEOL extension cause this. disable it.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 kschnack
Solution 2 Daniel Morbeck
Solution 3 svet
Solution 4 Kamil