The input box for the last source control created by the extension.
Creates a new source control instance.
An id
for the source control. Something short, e.g.: git
.
A human-readable string for the source control. E.g.: Git
.
An optional Uri of the root of the source control. E.g.: Uri.parse(workspaceRoot)
.
An instance of source control.
用于处理源码版本管理(Source Control Management)的命名空间
@sherry-zxy