|
1 | 1 | { |
2 | 2 | "name": "gitlens", |
3 | | - "version": "4.0.2-beta", |
| 3 | + "version": "4.1.0-beta", |
4 | 4 | "author": { |
5 | 5 | "name": "Eric Amodio", |
6 | 6 | |
|
122 | 122 | "default": true, |
123 | 123 | "description": "Specifies whether or not to trigger hover annotations over the whole line" |
124 | 124 | }, |
125 | | - "gitlens.annotations.file.recentChanges.hover.changes": { |
126 | | - "type": "boolean", |
127 | | - "default": true, |
128 | | - "description": "Specifies whether or not to provide a changes (diff) hover annotations" |
129 | | - }, |
130 | | - "gitlens.annotations.file.recentChanges.hover.wholeLine": { |
131 | | - "type": "boolean", |
132 | | - "default": true, |
133 | | - "description": "Specifies whether or not to trigger hover annotations over the whole line" |
134 | | - }, |
| 125 | + "gitlens.annotations.file.recentChanges.hover.changes": { |
| 126 | + "type": "boolean", |
| 127 | + "default": true, |
| 128 | + "description": "Specifies whether or not to provide a changes (diff) hover annotations" |
| 129 | + }, |
| 130 | + "gitlens.annotations.file.recentChanges.hover.wholeLine": { |
| 131 | + "type": "boolean", |
| 132 | + "default": true, |
| 133 | + "description": "Specifies whether or not to trigger hover annotations over the whole line" |
| 134 | + }, |
135 | 135 | "gitlens.annotations.line.hover.details": { |
136 | 136 | "type": "boolean", |
137 | 137 | "default": true, |
|
215 | 215 | ], |
216 | 216 | "description": "Specifies the type of blame annotations that will be shown for the current line\n `trailing` - adds an annotation to the end of the current line\n `hover` - shows annotations when hovering over the current line" |
217 | 217 | }, |
218 | | - "gitlens.recentChanges.file.lineHighlight.locations": { |
219 | | - "type": "array", |
220 | | - "default": [ |
221 | | - "gutter", |
222 | | - "line", |
223 | | - "overviewRuler" |
224 | | - ], |
225 | | - "items": { |
226 | | - "type": "string", |
227 | | - "enum": [ |
228 | | - "gutter", |
229 | | - "line", |
230 | | - "overviewRuler" |
231 | | - ] |
232 | | - }, |
233 | | - "minItems": 1, |
234 | | - "maxItems": 3, |
235 | | - "uniqueItems": true, |
236 | | - "description": "Specifies where the highlights of the recently changed lines will be shown\n `gutter` - adds a gutter glyph\n `line` - adds a full-line highlight background color\n `overviewRuler` - adds a decoration to the overviewRuler (scroll bar)" |
237 | | - }, |
| 218 | + "gitlens.recentChanges.file.lineHighlight.locations": { |
| 219 | + "type": "array", |
| 220 | + "default": [ |
| 221 | + "gutter", |
| 222 | + "line", |
| 223 | + "overviewRuler" |
| 224 | + ], |
| 225 | + "items": { |
| 226 | + "type": "string", |
| 227 | + "enum": [ |
| 228 | + "gutter", |
| 229 | + "line", |
| 230 | + "overviewRuler" |
| 231 | + ] |
| 232 | + }, |
| 233 | + "minItems": 1, |
| 234 | + "maxItems": 3, |
| 235 | + "uniqueItems": true, |
| 236 | + "description": "Specifies where the highlights of the recently changed lines will be shown\n `gutter` - adds a gutter glyph\n `line` - adds a full-line highlight background color\n `overviewRuler` - adds a decoration to the overviewRuler (scroll bar)" |
| 237 | + }, |
238 | 238 | "gitlens.codeLens.enabled": { |
239 | 239 | "type": "boolean", |
240 | 240 | "default": true, |
|
787 | 787 | "dark": "images/git-icon-dark.svg", |
788 | 788 | "light": "images/git-icon-light.svg" |
789 | 789 | } |
790 | | - }, |
791 | | - { |
792 | | - "command": "gitlens.toggleFileRecentChanges", |
793 | | - "title": "Toggle Recent File Changes Annotations", |
794 | | - "category": "GitLens" |
| 790 | + }, |
| 791 | + { |
| 792 | + "command": "gitlens.toggleFileRecentChanges", |
| 793 | + "title": "Toggle Recent File Changes Annotations", |
| 794 | + "category": "GitLens" |
795 | 795 | }, |
796 | 796 | { |
797 | 797 | "command": "gitlens.toggleLineBlame", |
|
955 | 955 | { |
956 | 956 | "command": "gitlens.toggleFileBlame", |
957 | 957 | "when": "gitlens:isBlameable" |
958 | | - }, |
959 | | - { |
960 | | - "command": "gitlens.toggleFileRecentChanges", |
961 | | - "when": "gitlens:isTracked" |
| 958 | + }, |
| 959 | + { |
| 960 | + "command": "gitlens.toggleFileRecentChanges", |
| 961 | + "when": "gitlens:isTracked" |
962 | 962 | }, |
963 | 963 | { |
964 | 964 | "command": "gitlens.toggleLineBlame", |
|
0 commit comments