瀏覽代碼

💄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';

Loading…
取消
儲存