This package has been deprecated

Author message:

Package no longer supported. Use at your own risk. Consider using the vscode built-in extensions pack instead. For example: https://github.com/eclipse-theia/theia-blueprint/blob/4f7e32dd8d3f72a9a9da3271a0ae8312fe1f5e07/applications/electron/package.json#L120

@theia/vscode-builtin-git

0.2.1 • Public • Published

Git integration for Visual Studio Code

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

See Git support in VS Code to learn about the features of this extension.

API

The Git extension exposes an API, reachable by any other extension.

  1. Copy src/api/git.d.ts to your extension's sources;

  2. Include git.d.ts in your extension's compilation.

  3. Get a hold of the API with the following snippet:

    const gitExtension = vscode.extensions.getExtension<GitExtension>('vscode.git').exports;
    const git = gitExtension.getAPI(1);

Readme

Keywords

none

Package Sidebar

Install

npm i @theia/vscode-builtin-git

Weekly Downloads

16

Version

0.2.1

License

none

Unpacked Size

984 kB

Total Files

60

Last publish

Collaborators

  • jhelming
  • jfaltermeier
  • msujew
  • eclipse-theia-bot
  • tsmaeder
  • marc.dumais
  • paul-marechal
  • bhufmann
  • vince-fugnitto
  • eclipsetheia