|
14 | 14 | }, |
15 | 15 | "homepage": "https://gitlens.amod.io/", |
16 | 16 | "bugs": { |
17 | | - "url": "https://github.com/eamodio/vscode-gitlens/issues" |
| 17 | + "url": "https://github.com/gitkraken/vscode-gitlens/issues" |
18 | 18 | }, |
19 | 19 | "repository": { |
20 | 20 | "type": "git", |
|
241 | 241 | "gitlens.currentLine.format": { |
242 | 242 | "type": "string", |
243 | 243 | "default": "${author, }${agoOrDate}${' via 'pullRequest}${ • message|50?}", |
244 | | - "markdownDescription": "Specifies the format of the current line blame annotation. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs. Date formatting is controlled by the `#gitlens.currentLine.dateFormat#` setting", |
| 244 | + "markdownDescription": "Specifies the format of the current line blame annotation. See [_Commit Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs. Date formatting is controlled by the `#gitlens.currentLine.dateFormat#` setting", |
245 | 245 | "scope": "window", |
246 | 246 | "order": 30 |
247 | 247 | }, |
|
484 | 484 | "gitlens.statusBar.format": { |
485 | 485 | "type": "string", |
486 | 486 | "default": "${author}, ${agoOrDate}${' via 'pullRequest}", |
487 | | - "markdownDescription": "Specifies the format of the blame information in the status bar. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs. Date formatting is controlled by the `#gitlens.statusBar.dateFormat#` setting", |
| 487 | + "markdownDescription": "Specifies the format of the blame information in the status bar. See [_Commit Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs. Date formatting is controlled by the `#gitlens.statusBar.dateFormat#` setting", |
488 | 488 | "scope": "window", |
489 | 489 | "order": 30 |
490 | 490 | }, |
|
552 | 552 | "type": "string", |
553 | 553 | "default": "${avatar} __${author}__, ${ago}${' via 'pullRequest} _(${date})_ \n\n${message}${\n\n---\n\nfootnotes}\n\n${commands}", |
554 | 554 | "editPresentation": "multilineText", |
555 | | - "markdownDescription": "Specifies the format (in markdown) of hover shown over the blame information in the status bar. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs", |
| 555 | + "markdownDescription": "Specifies the format (in markdown) of hover shown over the blame information in the status bar. See [_Commit Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs", |
556 | 556 | "scope": "window", |
557 | 557 | "order": 60 |
558 | 558 | }, |
|
698 | 698 | "type": "string", |
699 | 699 | "default": "${avatar} __${author}__, ${ago}${' via 'pullRequest} _(${date})_ \n\n${message}${\n\n---\n\nfootnotes}\n\n${commands}", |
700 | 700 | "editPresentation": "multilineText", |
701 | | - "markdownDescription": "Specifies the format (in markdown) of the _commit details_ hover. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs", |
| 701 | + "markdownDescription": "Specifies the format (in markdown) of the _commit details_ hover. See [_Commit Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs", |
702 | 702 | "scope": "window", |
703 | 703 | "order": 60 |
704 | 704 | }, |
|
748 | 748 | "gitlens.views.formats.commits.label": { |
749 | 749 | "type": "string", |
750 | 750 | "default": "${❰ tips ❱➤ }${message}", |
751 | | - "markdownDescription": "Specifies the format of commits in the views. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs", |
| 751 | + "markdownDescription": "Specifies the format of commits in the views. See [_Commit Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs", |
752 | 752 | "scope": "window", |
753 | 753 | "order": 30 |
754 | 754 | }, |
755 | 755 | "gitlens.views.formats.commits.description": { |
756 | 756 | "type": "string", |
757 | 757 | "default": "${author, }${agoOrDate}", |
758 | | - "markdownDescription": "Specifies the description format of commits in the views. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs", |
| 758 | + "markdownDescription": "Specifies the description format of commits in the views. See [_Commit Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs", |
759 | 759 | "scope": "window", |
760 | 760 | "order": 31 |
761 | 761 | }, |
762 | 762 | "gitlens.views.formats.files.label": { |
763 | 763 | "type": "string", |
764 | 764 | "default": "${working }${file}", |
765 | | - "markdownDescription": "Specifies the format of a file in the views. See [_File Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#file-tokens) in the GitLens docs", |
| 765 | + "markdownDescription": "Specifies the format of a file in the views. See [_File Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#file-tokens) in the GitLens docs", |
766 | 766 | "scope": "window", |
767 | 767 | "order": 32 |
768 | 768 | }, |
769 | 769 | "gitlens.views.formats.files.description": { |
770 | 770 | "type": "string", |
771 | 771 | "default": "${directory}${ ← originalPath}", |
772 | | - "markdownDescription": "Specifies the description format of a file in the views. See [_File Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#file-tokens) in the GitLens docs", |
| 772 | + "markdownDescription": "Specifies the description format of a file in the views. See [_File Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#file-tokens) in the GitLens docs", |
773 | 773 | "scope": "window", |
774 | 774 | "order": 33 |
775 | 775 | }, |
776 | 776 | "gitlens.views.formats.stashes.label": { |
777 | 777 | "type": "string", |
778 | 778 | "default": "${message}", |
779 | | - "markdownDescription": "Specifies the format of stashes in the views. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs", |
| 779 | + "markdownDescription": "Specifies the format of stashes in the views. See [_Commit Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs", |
780 | 780 | "scope": "window", |
781 | 781 | "order": 34 |
782 | 782 | }, |
783 | 783 | "gitlens.views.formats.stashes.description": { |
784 | 784 | "type": "string", |
785 | 785 | "default": "${agoOrDate}", |
786 | | - "markdownDescription": "Specifies the description format of stashes in the views. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs", |
| 786 | + "markdownDescription": "Specifies the description format of stashes in the views. See [_Commit Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs", |
787 | 787 | "scope": "window", |
788 | 788 | "order": 35 |
789 | 789 | }, |
|
1847 | 1847 | "gitlens.blame.format": { |
1848 | 1848 | "type": "string", |
1849 | 1849 | "default": "${message|50?} ${agoOrDate|14-}", |
1850 | | - "markdownDescription": "Specifies the format of the gutter blame annotations. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs. Date formatting is controlled by the `#gitlens.blame.dateFormat#` setting", |
| 1850 | + "markdownDescription": "Specifies the format of the gutter blame annotations. See [_Commit Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs. Date formatting is controlled by the `#gitlens.blame.dateFormat#` setting", |
1851 | 1851 | "scope": "window", |
1852 | 1852 | "order": 20 |
1853 | 1853 | }, |
|
0 commit comments