浏览代码

Ensures to pick first entry for remote branches

main
Eric Amodio 1年前
父节点
当前提交
67b6b67185
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/commands/git/worktree.ts

+ 1
- 1
src/commands/git/worktree.ts 查看文件

@ -608,7 +608,7 @@ export class WorktreeGitCommand extends QuickCommand {
[
createFlagsQuickPickItem<CreateFlags, Uri>(
state.flags,
[],
isRemoteBranch ? ['-b'] : [],
{
label: isRemoteBranch ? 'Create Local Branch and Worktree' : context.title,
description: ' in subfolder',

正在加载...
取消
保存