Options
All
  • Public
  • Public/Protected
  • All
Menu

用于处理源码版本管理(Source Control Management)的命名空间

maintainer

@sherry-zxy

索引

Variables(1)

Functions(1)

Variables(1)

Const inputBox

由扩展创建的用于上一个源代码管理程序的 input box

deprecated

改用 SourceControl.inputBox

Functions(1)

createSourceControl

  • 创建一个新的 source control 实例

    Parameters

    • id: string

      源代码管理程序的 id。它通常很简短,比如:git

    • label: string

      源代码管理程序的标签(可读的字符串),比如:Git

    • Optional rootUri: Uri

      源代码管理程序根路径的 Uri(可选),比如:Uri.parse(workspaceRoot)

    Returns SourceControl

    一个 source control 的实例

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹