Eric Amodio há 1 ano
ascendente
cometimento
ece277ea4b
6 ficheiros alterados com 2 adições e 6 eliminações
  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 Ver ficheiro

@ -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 Ver ficheiro

@ -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 Ver ficheiro

@ -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 Ver ficheiro

@ -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 Ver ficheiro

@ -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 Ver ficheiro

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

Carregando…
Cancelar
Guardar