mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-21 09:45:37 -05:00
Removes keywords as they seem to hurt more than help
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"displayName": "GitLens",
|
"displayName": "GitLens",
|
||||||
"description": "Supercharge the built-in Visual Studio Code's Git capabilities \u2014 Visualize code authorship at a glance via inline blame annotations and CodeLens, seamlessly navigate and explore the history of a file or branch, gain valuable insights via powerful comparision commands, and so much more",
|
"description": "Supercharge Visual Studio Code's Git capabilities \u2014 Visualize code authorship at a glance via inline blame annotations and CodeLens, seamlessly navigate and explore the history of a file or branch, gain valuable insights via powerful comparision commands, and so much more",
|
||||||
"badges": [
|
"badges": [
|
||||||
{
|
{
|
||||||
"url": "https://badges.gitter.im/vscode-gitlens/Lobby.svg",
|
"url": "https://badges.gitter.im/vscode-gitlens/Lobby.svg",
|
||||||
@@ -22,9 +22,6 @@
|
|||||||
"categories": [
|
"categories": [
|
||||||
"Other"
|
"Other"
|
||||||
],
|
],
|
||||||
"keywords": [
|
|
||||||
"git"
|
|
||||||
],
|
|
||||||
"galleryBanner": {
|
"galleryBanner": {
|
||||||
"color": "#56098c",
|
"color": "#56098c",
|
||||||
"theme": "dark"
|
"theme": "dark"
|
||||||
|
|||||||
Reference in New Issue
Block a user