mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-07 17:25:50 -05:00
Adds control over annotation characters
This commit is contained in:
20
package.json
20
package.json
@@ -88,6 +88,26 @@
|
||||
],
|
||||
"description": "Specifies whether and how to show blame annotations on the active line. `off` - no annotation. `inline` - adds a trailing annotation to the active line. `hover` - adds hover annotation to the active line. `both` - adds both `inline` and `hover` annotations"
|
||||
},
|
||||
"gitlens.blame.annotation.characters.ellipse": {
|
||||
"type": "string",
|
||||
"default": "\\2026",
|
||||
"description": "Specifies the ellipse character to use in blame annotations"
|
||||
},
|
||||
"gitlens.blame.annotation.characters.indent": {
|
||||
"type": "string",
|
||||
"default": "\\2759",
|
||||
"description": "Specifies the indent character to use in `compact` blame annotations"
|
||||
},
|
||||
"gitlens.blame.annotation.characters.padding": {
|
||||
"type": "string",
|
||||
"default": "\\00a0",
|
||||
"description": "Specifies the padding character (typically a non-breaking space) to use in blame annotations"
|
||||
},
|
||||
"gitlens.blame.annotation.characters.separator": {
|
||||
"type": "string",
|
||||
"default": "\\2022",
|
||||
"description": "Specifies the separator character to use in blame annotations"
|
||||
},
|
||||
"gitlens.codeLens.visibility": {
|
||||
"type": "string",
|
||||
"default": "auto",
|
||||
|
||||
Reference in New Issue
Block a user