|
255 | 255 | "default": "gitlens.showQuickCommitFileDetails", |
256 | 256 | "enum": [ |
257 | 257 | "gitlens.toggleFileBlame", |
258 | | - "gitlens.showBlameHistory", |
259 | | - "gitlens.showFileHistory", |
260 | 258 | "gitlens.diffWithPrevious", |
261 | 259 | "gitlens.showQuickCommitDetails", |
262 | 260 | "gitlens.showQuickCommitFileDetails", |
263 | 261 | "gitlens.showQuickFileHistory", |
264 | 262 | "gitlens.showQuickRepoHistory" |
265 | 263 | ], |
266 | | - "description": "Specifies the command to be executed when the `recent change` code lens is clicked\n `gitlens.toggleFileBlame` - toggles file blame annotations\n `gitlens.showBlameHistory` - opens the blame history explorer\n `gitlens.showFileHistory` - opens the file history explorer\n `gitlens.diffWithPrevious` - compares the current committed file with the previous commit\n `gitlens.showQuickCommitDetails` - shows a commit details quick pick\n `gitlens.showQuickCommitFileDetails` - shows a commit file details quick pick\n `gitlens.showQuickFileHistory` - shows a file history quick pick\n `gitlens.showQuickRepoHistory` - shows a branch history quick pick" |
| 264 | + "description": "Specifies the command to be executed when the `recent change` code lens is clicked\n `gitlens.toggleFileBlame` - toggles file blame annotations\n `gitlens.diffWithPrevious` - compares the current committed file with the previous commit\n `gitlens.showQuickCommitDetails` - shows a commit details quick pick\n `gitlens.showQuickCommitFileDetails` - shows a commit file details quick pick\n `gitlens.showQuickFileHistory` - shows a file history quick pick\n `gitlens.showQuickRepoHistory` - shows a branch history quick pick" |
267 | 265 | }, |
268 | 266 | "gitlens.codeLens.authors.enabled": { |
269 | 267 | "type": "boolean", |
|
275 | 273 | "default": "gitlens.toggleFileBlame", |
276 | 274 | "enum": [ |
277 | 275 | "gitlens.toggleFileBlame", |
278 | | - "gitlens.showBlameHistory", |
279 | | - "gitlens.showFileHistory", |
280 | 276 | "gitlens.diffWithPrevious", |
281 | 277 | "gitlens.showQuickCommitDetails", |
282 | 278 | "gitlens.showQuickCommitFileDetails", |
283 | 279 | "gitlens.showQuickFileHistory", |
284 | 280 | "gitlens.showQuickRepoHistory" |
285 | 281 | ], |
286 | | - "description": "Specifies the command to be executed when the `authors` code lens is clicked\n `gitlens.toggleFileBlame` - toggles file blame annotations\n `gitlens.showBlameHistory` - opens the blame history explorer\n `gitlens.showFileHistory` - opens the file history explorer\n `gitlens.diffWithPrevious` - compares the current committed file with the previous commit\n `gitlens.showQuickCommitDetails` - shows a commit details quick pick\n `gitlens.showQuickCommitFileDetails` - shows a commit file details quick pick\n `gitlens.showQuickFileHistory` - shows a file history quick pick\n `gitlens.showQuickRepoHistory` - shows a branch history quick pick" |
| 282 | + "description": "Specifies the command to be executed when the `authors` code lens is clicked\n `gitlens.toggleFileBlame` - toggles file blame annotations\n `gitlens.diffWithPrevious` - compares the current committed file with the previous commit\n `gitlens.showQuickCommitDetails` - shows a commit details quick pick\n `gitlens.showQuickCommitFileDetails` - shows a commit file details quick pick\n `gitlens.showQuickFileHistory` - shows a file history quick pick\n `gitlens.showQuickRepoHistory` - shows a branch history quick pick" |
287 | 283 | }, |
288 | 284 | "gitlens.codeLens.locations": { |
289 | 285 | "type": "array", |
|
589 | 585 | "default": "gitlens.showQuickCommitDetails", |
590 | 586 | "enum": [ |
591 | 587 | "gitlens.toggleFileBlame", |
592 | | - "gitlens.showBlameHistory", |
593 | | - "gitlens.showFileHistory", |
594 | 588 | "gitlens.diffWithPrevious", |
595 | 589 | "gitlens.diffWithWorking", |
596 | 590 | "gitlens.toggleCodeLens", |
|
599 | 593 | "gitlens.showQuickFileHistory", |
600 | 594 | "gitlens.showQuickRepoHistory" |
601 | 595 | ], |
602 | | - "description": "Specifies the command to be executed when the blame status bar item is clicked\n `gitlens.toggleFileBlame` - toggles file blame annotations\n `gitlens.showBlameHistory` - opens the blame history explorer\n `gitlens.showFileHistory` - opens the file history explorer\n `gitlens.diffWithPrevious` - compares the current line commit with the previous\n `gitlens.diffWithWorking` - compares the current line commit with the working tree\n `gitlens.toggleCodeLens` - toggles Git code lens\n `gitlens.showQuickCommitDetails` - shows a commit details quick pick\n `gitlens.showQuickCommitFileDetails` - shows a commit file details quick pick\n `gitlens.showQuickFileHistory` - shows a file history quick pick\n `gitlens.showQuickRepoHistory` - shows a branch history quick pick" |
| 596 | + "description": "Specifies the command to be executed when the blame status bar item is clicked\n `gitlens.toggleFileBlame` - toggles file blame annotations\n `gitlens.diffWithPrevious` - compares the current line commit with the previous\n `gitlens.diffWithWorking` - compares the current line commit with the working tree\n `gitlens.toggleCodeLens` - toggles Git code lens\n `gitlens.showQuickCommitDetails` - shows a commit details quick pick\n `gitlens.showQuickCommitFileDetails` - shows a commit file details quick pick\n `gitlens.showQuickFileHistory` - shows a file history quick pick\n `gitlens.showQuickRepoHistory` - shows a branch history quick pick" |
603 | 597 | }, |
604 | 598 | "gitlens.statusBar.format": { |
605 | 599 | "type": "string", |
|
1003 | 997 | "title": "Toggle Git Code Lens", |
1004 | 998 | "category": "GitLens" |
1005 | 999 | }, |
1006 | | - { |
1007 | | - "command": "gitlens.showBlameHistory", |
1008 | | - "title": "Open Blame History Explorer", |
1009 | | - "category": "GitLens" |
1010 | | - }, |
1011 | 1000 | { |
1012 | 1001 | "command": "gitlens.showCommitSearch", |
1013 | 1002 | "title": "Search Commits", |
|
1017 | 1006 | "light": "images/light/icon-search.svg" |
1018 | 1007 | } |
1019 | 1008 | }, |
1020 | | - { |
1021 | | - "command": "gitlens.showFileHistory", |
1022 | | - "title": "Open File History Explorer", |
1023 | | - "category": "GitLens" |
1024 | | - }, |
1025 | 1009 | { |
1026 | 1010 | "command": "gitlens.showLastQuickPick", |
1027 | 1011 | "title": "Show Last Opened Quick Pick", |
|
1284 | 1268 | "command": "gitlens.toggleCodeLens", |
1285 | 1269 | "when": "gitlens:isTracked && gitlens:canToggleCodeLens" |
1286 | 1270 | }, |
1287 | | - { |
1288 | | - "command": "gitlens.showBlameHistory", |
1289 | | - "when": "gitlens:isBlameable" |
1290 | | - }, |
1291 | | - { |
1292 | | - "command": "gitlens.showFileHistory", |
1293 | | - "when": "gitlens:isTracked" |
1294 | | - }, |
1295 | 1271 | { |
1296 | 1272 | "command": "gitlens.showLastQuickPick", |
1297 | 1273 | "when": "gitlens:enabled" |
|
0 commit comments