从今天开始,我在文件选项卡中有 git 信息,可能是上次更新以来。我想删除这些信息,因为我觉得它太重了。
我在设置中找不到它的位置。这里有人知道吗? VSCode 版本:1.55.0
这个叫做Tab装饰,对应的设置叫做:
workbench.editor.decorations
workbench.editor.decorations.badges
https://github.com/microsoft/vscode-docs/blob/cd717bb4195d40ae8f556679348d38d6dce4321a/release-notes/v1_53.md#tab-decorations
您可以关闭 git > decorations 设置。 您还可以在 settings.json
git > decorations
settings.json
"git.decorations.enabled": false