소스 검색

Removes "all-new"

main
Eric Amodio 2 년 전
부모
커밋
ab7a94aa3e
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +1
    -1
      src/plus/webviews/graph/graphWebview.ts
  2. +3
    -3
      src/views/commitsView.ts

+ 1
- 1
src/plus/webviews/graph/graphWebview.ts 파일 보기

@ -1491,7 +1491,7 @@ export class GraphWebview extends WebviewBase {
this._statusBarItem.name = 'GitLens Commit Graph';
this._statusBarItem.command = Commands.ShowGraphPage;
this._statusBarItem.text = '$(gitlens-graph)';
this._statusBarItem.tooltip = new MarkdownString('Visualize commits on the all-new Commit Graph ✨');
this._statusBarItem.tooltip = new MarkdownString('Visualize commits on the Commit Graph ✨');
this._statusBarItem.accessibilityInformation = {
label: `Show the GitLens Commit Graph`,
};

+ 3
- 3
src/views/commitsView.ts 파일 보기

@ -138,9 +138,9 @@ export class CommitsViewNode extends RepositoriesSubscribeableNode
this.view,
this,
{ command: Commands.ShowGraphPage, title: 'Show Commit Graph' },
'Visualize commits on the all-new Commit Graph',
'✨ GitLens+',
'Visualize commits on the all-new Commit Graph ✨',
'Visualize commits on the Commit Graph',
'✨ GitLens+ feature',
'Visualize commits on the Commit Graph ✨',
new ThemeIcon('gitlens-graph'),
)
: undefined;

불러오는 중...
취소
저장