Explorar el Código

Ensures to pick first entry for remote branches

main
Eric Amodio hace 1 año
padre
commit
67b6b67185
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/commands/git/worktree.ts

+ 1
- 1
src/commands/git/worktree.ts Ver fichero

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

Cargando…
Cancelar
Guardar