-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add vscode-gitlens to the plugin registry (#476)
* Add vscode-gitlens to the plugin registry With eclipse-theia/theia#4902 being resolved we can now use gitlens in Che. The work in Theia is new, so to test you may need to select theia:next as your editor (instead of latest). Closes eclipse-che/che#16341 Signed-off-by: Eric Williams <[email protected]>
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
apiVersion: v2 | ||
publisher: eamodio | ||
name: vscode-gitlens | ||
version: 10.2.1 | ||
type: VS Code extension | ||
displayName: GitLens | ||
title: GitLens | ||
description: Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more | ||
icon: https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/gitlens-icon.png | ||
repository: https://github.com/eamodio/vscode-gitlens | ||
category: Other | ||
firstPublicationDate: '2020-05-26' | ||
spec: | ||
extensions: | ||
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-gitlens/gitlens-10.2.1.vsix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
10.2.1 |