Namespace for source control mangement.
Namespace for source control mangement.
(create-source-control id label)
(create-source-control id label root-uri)
Creates a new {@link SourceControl source control} instance.
Parameters:
id
: string
- An id
for the source control. Something short, e.g.: git
.label
: string
- A human-readable string for the source control. E.g.: Git
.root-uri
: Uri | undefined
- An optional Uri of the root of the source control. E.g.: Uri.parse(workspaceRoot)
.Returns: SourceControl
- An instance of {@link SourceControlsource control}.
Creates a new {@link SourceControl source control} instance. **Parameters:** - `id`: `string` - An `id` for the source control. Something short, e.g.: `git`. - `label`: `string` - A human-readable string for the source control. E.g.: `Git`. - `root-uri`: `Uri | undefined` - An optional Uri of the root of the source control. E.g.: `Uri.parse(workspaceRoot)`. **Returns:** `SourceControl` - An instance of {@link SourceControlsource control}.
(input-box)
The {@link SourceControlInputBox input box} for the last source control created by the extension.
Returns: SourceControlInputBox
The {@link SourceControlInputBox input box} for the last source control created by the extension. **Returns:** `SourceControlInputBox`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close