Disable annoying source code modification indication

后端 未结 6 1471
鱼传尺愫
鱼传尺愫 2021-02-02 05:29

I don\'t know what the correct name is for the issue I am having, or whether it is related to my VSCode, or some of its extensions.

Here is a screenshot depicting the pr

6条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-02 06:15

    The name of the setting that you're looking for is called, Git Code Lens.

    As mentioned in previous replies, there are several options available in the User or Workspace Settings Configuration. In more recent versions of VS Code, you can more easily access those settings from the menu.

    • On Windows/Linux - File > Preferences > Settings
    • On macOS - Code > Preferences > Settings

    To update this setting for all projects, Navigate under User Settings > Extensions > GitLens. I chose to disable Git Code Lens entirely by deselecting the checkbox for Code Lens: Enabled; however, you may only want to disable certain features or only at the workspace level. I have included a screenshot including some of the settings below.

    For additional information on User and Workspace Settings within VS Code: https://code.visualstudio.com/docs/getstarted/settings

提交回复
热议问题