Преглед на файлове

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

Зареждане…
Отказ
Запис