소스 검색

context

main
Eric Amodio 1 년 전
부모
커밋
ece277ea4b
6개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. +0
    -1
      src/commands/gitCommands.utils.ts
  2. +0
    -1
      src/trackers/documentTracker.ts
  3. +0
    -1
      src/views/nodes/fileHistoryTrackerNode.ts
  4. +0
    -1
      src/webviews/rebase/rebaseEditor.ts
  5. +1
    -1
      src/webviews/settings/registration.ts
  6. +1
    -1
      src/webviews/welcome/registration.ts

+ 0
- 1
src/commands/gitCommands.utils.ts 파일 보기

@ -1,5 +1,4 @@
import { GitCommandSorting } from '../config';
import { ContextKeys } from '../constants';
import type { Container } from '../container';
import { getContext } from '../context';
import type { RecentUsage } from '../storage';

+ 0
- 1
src/trackers/documentTracker.ts 파일 보기

@ -10,7 +10,6 @@ import type {
TextLine,
} from 'vscode';
import { Disposable, EndOfLine, env, EventEmitter, Uri, window, workspace } from 'vscode';
import { ContextKeys } from '../constants';
import type { Container } from '../container';
import { setContext } from '../context';
import type { RepositoriesChangeEvent } from '../git/gitProviderService';

+ 0
- 1
src/views/nodes/fileHistoryTrackerNode.ts 파일 보기

@ -1,6 +1,5 @@
import type { TextEditor } from 'vscode';
import { Disposable, FileType, TreeItem, TreeItemCollapsibleState, window, workspace } from 'vscode';
import { ContextKeys } from '../../constants';
import { setContext } from '../../context';
import type { GitCommitish } from '../../git/gitUri';
import { GitUri, unknownGitUri } from '../../git/gitUri';

+ 0
- 1
src/webviews/rebase/rebaseEditor.ts 파일 보기

@ -9,7 +9,6 @@ import { ConfigurationTarget, Disposable, Position, Range, Uri, window, workspac
import { getNonce } from '@env/crypto';
import { ShowCommitsInViewCommand } from '../../commands';
import type { CoreConfiguration } from '../../constants';
import { ContextKeys } from '../../constants';
import type { Container } from '../../container';
import { emojify } from '../../emojis';
import type { GitCommit } from '../../git/models/commit';

+ 1
- 1
src/webviews/settings/registration.ts 파일 보기

@ -1,5 +1,5 @@
import { Disposable } from 'vscode';
import { Commands, ContextKeys } from '../../constants';
import { Commands } from '../../constants';
import { registerCommand } from '../../system/command';
import type { WebviewPanelProxy, WebviewsController } from '../webviewsController';
import type { State } from './protocol';

+ 1
- 1
src/webviews/welcome/registration.ts 파일 보기

@ -1,4 +1,4 @@
import { Commands, ContextKeys } from '../../constants';
import { Commands } from '../../constants';
import type { WebviewsController } from '../webviewsController';
import type { State } from './protocol';

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