Variables

read onlyinputBox:SourceControlInputBox

Deprecated: "Use SourceControl.inputBox instead"
Deprecated:

Use SourceControl.inputBox instead

The {@link SourceControlInputBox input box} for the last source control created by the extension.

Methods

createSourceControl(id:String, label:String, ?rootUri:Uri):SourceControl

Creates a new {@link SourceControl source control} instance.

@link SourceControl source control}.

Parameters:

id

An id for the source control. Something short, e.g.: git.

label

A human-readable string for the source control. E.g.: Git.

rootUri

An optional Uri of the root of the source control. E.g.: Uri.parse(workspaceRoot).

Returns:

An instance of {