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 |
---|---|
label | A human-readable string for the source control. E.g.: |
rootUri | An optional Uri of the root of the source control. E.g.: |
Returns:
An instance of {