VSCodeのGitLensを使っているとBlame行がたくさん入って邪魔だったので消そうとしたら手こずったのでメモ
How to disable inline author link? より
{
"gitlens.codeLens.recentChange.enabled": false,
"gitlens.codeLens.authors.enabled": false,
"gitlens.currentLine.enabled": false
}
Go to list of users who liked
More than 5 years have passed since last update.
VSCodeのGitLensを使っているとBlame行がたくさん入って邪魔だったので消そうとしたら手こずったのでメモ
How to disable inline author link? より
{
"gitlens.codeLens.recentChange.enabled": false,
"gitlens.codeLens.authors.enabled": false,
"gitlens.currentLine.enabled": false
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked