소스 검색

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',

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