Skip to content

Instantly share code, notes, and snippets.

@Leedehai
Created November 8, 2019 05:21
Show Gist options
  • Save Leedehai/a119e0bf27c2cd3a176ecdef159a40c3 to your computer and use it in GitHub Desktop.
Save Leedehai/a119e0bf27c2cd3a176ecdef159a40c3 to your computer and use it in GitHub Desktop.
GitLens settings in VS Code settings.json
{
"gitlens.advanced.abbreviatedShaLength": 5,
"gitlens.defaultDateStyle": "absolute",
"gitlens.defaultDateFormat": "YYYY-MM-D HH:mm:ss Z",
"gitlens.blame.highlight.locations": [
"gutter",
"overview",
"line"
],
"gitlens.codeLens.enabled": false,
"gitlens.currentLine.enabled": false,
"gitlens.statusBar.command": "gitlens.toggleFileBlame",
"gitlens.heatmap.ageThreshold": "7"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment