Created
November 8, 2019 05:21
-
-
Save Leedehai/a119e0bf27c2cd3a176ecdef159a40c3 to your computer and use it in GitHub Desktop.
GitLens settings in VS Code settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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