|
@ -117,6 +117,9 @@ import { |
|
|
createInputStep, |
|
|
createInputStep, |
|
|
createPickStep, |
|
|
createPickStep, |
|
|
endSteps, |
|
|
endSteps, |
|
|
|
|
|
StepResultBreak, |
|
|
|
|
|
} from './quickCommand'; |
|
|
|
|
|
import { |
|
|
LoadMoreQuickInputButton, |
|
|
LoadMoreQuickInputButton, |
|
|
OpenChangesViewQuickInputButton, |
|
|
OpenChangesViewQuickInputButton, |
|
|
OpenInNewWindowQuickInputButton, |
|
|
OpenInNewWindowQuickInputButton, |
|
@ -124,8 +127,7 @@ import { |
|
|
RevealInSideBarQuickInputButton, |
|
|
RevealInSideBarQuickInputButton, |
|
|
ShowDetailsViewQuickInputButton, |
|
|
ShowDetailsViewQuickInputButton, |
|
|
ShowTagsToggleQuickInputButton, |
|
|
ShowTagsToggleQuickInputButton, |
|
|
StepResultBreak, |
|
|
|
|
|
} from './quickCommand'; |
|
|
|
|
|
|
|
|
} from './quickCommand.buttons'; |
|
|
|
|
|
|
|
|
export function appendReposToTitle< |
|
|
export function appendReposToTitle< |
|
|
State extends { repo: Repository } | { repos: Repository[] }, |
|
|
State extends { repo: Repository } | { repos: Repository[] }, |
|
|