Skip to content

Instantly share code, notes, and snippets.

@ktsugita
Last active December 27, 2020 08:08
Show Gist options
  • Save ktsugita/8c66654114adce5fe7cc42deaf2be4f9 to your computer and use it in GitHub Desktop.
Save ktsugita/8c66654114adce5fe7cc42deaf2be4f9 to your computer and use it in GitHub Desktop.
GitLensのBlameが邪魔な日々だった ref: https://qiita.com/ktsugita/items/e4559ccc3f27d23a517c

VSCodeのGitLensを使っているとBlame行がたくさん入って邪魔だったので消そうとしたら手こずったのでメモ

How to disable inline author link? より

{
  "gitlens.codeLens.recentChange.enabled": false,
  "gitlens.codeLens.authors.enabled": false,
  "gitlens.currentLine.enabled": false
}
{
"gitlens.codeLens.recentChange.enabled": false,
"gitlens.codeLens.authors.enabled": false,
"gitlens.currentLine.enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment