Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace scm

Namespace for source control mangement.

Index

Variables(1)

Functions(1)

Variables(1)

Const inputBox

The input box for the last source control created by the extension.

deprecated

Use SourceControl.inputBox instead

Functions(1)

createSourceControl

  • Creates a new 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.

    • Optional rootUri: Uri

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

    Returns SourceControl

    An instance of source control.

Generated by TypeDoc. Maintained by 洛竹