|
vor 3 Tagen | |
---|---|---|
.. | ||
dist | vor 3 Tagen | |
languages | vor 3 Tagen | |
resources | vor 3 Tagen | |
syntaxes | vor 3 Tagen | |
README.md | vor 3 Tagen | |
package.json | vor 3 Tagen | |
package.nls.json | vor 3 Tagen |
Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
Git static contributions and remote repository picker.
The Git extension exposes an API, reachable by any other extension.
src/api/git-base.d.ts
to your extension's sources;git-base.d.ts
in your extension's compilation.Get a hold of the API with the following snippet:
const gitBaseExtension = vscode.extensions.getExtension<GitBaseExtension>('vscode.git-base').exports;
const git = gitBaseExtension.getAPI(1);