ソースを参照

💄prettiers

main
Eric Amodio 1年前
コミット
b6fd14773f
2個のファイルの変更3行の追加3行の削除
  1. +1
    -1
      src/git/actions/worktree.ts
  2. +2
    -2
      src/quickpicks/commitPicker.ts

+ 1
- 1
src/git/actions/worktree.ts ファイルの表示

@ -3,7 +3,7 @@ import { CoreCommands } from '../../constants';
import { Container } from '../../container';
import { ensure } from '../../system/array';
import { executeCoreCommand } from '../../system/command';
import type { OpenWorkspaceLocation} from '../../system/utils';
import type { OpenWorkspaceLocation } from '../../system/utils';
import { openWorkspace } from '../../system/utils';
import { executeGitCommand } from '../actions';
import type { GitReference } from '../models/reference';

+ 2
- 2
src/quickpicks/commitPicker.ts ファイルの表示

@ -10,8 +10,8 @@ import { filter, map } from '../system/iterable';
import { isPromise } from '../system/promise';
import { getQuickPickIgnoreFocusOut } from '../system/utils';
import { CommandQuickPickItem } from './items/common';
import type { DirectiveQuickPickItem} from './items/directive';
import { createDirectiveQuickPickItem, Directive , isDirectiveQuickPickItem } from './items/directive';
import type { DirectiveQuickPickItem } from './items/directive';
import { createDirectiveQuickPickItem, Directive, isDirectiveQuickPickItem } from './items/directive';
import type { CommitQuickPickItem } from './items/gitCommands';
import { createCommitQuickPickItem } from './items/gitCommands';

読み込み中…
キャンセル
保存