Преглед изворни кода

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

Loading…
Откажи
Сачувај