Class DefaultGitInit

The default initializer. It is used in the browser.

Configures the Git extension to use the Git executable from the PATH.

Implements

Constructors

Properties

Methods

Constructors

Properties

logger: ILogger
messages: MessageService
toDispose: DisposableCollection = ...

Methods

  • Called before Git is ready to be used in Theia. Git operations cannot be executed before the returning promise is not resolved or rejected.

    Returns Promise<void>