GitLensの設定
コード中にcommitやauthorの情報を表示させたくない場合
code:setting.json
{
"gitlens.codeLens.recentChange.enabled": false,
"gitlens.codeLens.authors.enabled": false,
}
参考URL
GitLensのBlameが邪魔な日々だった - Qiita
How to disable inline author link? · Issue #54 · Axosoft/vscode-gitlens
#VSCode