Properties
Private buildDefaultProjectPath
buildDefaultProjectPath: any = ...
Protected Readonly fileService
fileService: FileService
Protected Readonly gitErrorHandler
Protected Readonly labelProvider
labelProvider: LabelProvider
Protected Readonly messageService
messageService: MessageService
Protected Readonly progressService
progressService: ProgressService
Protected Readonly quickInputService
quickInputService: QuickInputService
Protected Readonly repositoryProvider
Protected Readonly workspaceService
workspaceService: WorkspaceService
Service delegating into the
Quick Input Service
, so that the Git commands can be further refined. For instance, theremote
can be specified forpull
,push
, andfetch
. And the branch can be specified forgit merge
.