|
1 | 1 | { |
2 | 2 | "name": "gitlens", |
3 | | - "version": "8.3.4", |
| 3 | + "displayName": "GitLens \u2014 Git supercharged", |
| 4 | + "description": "Supercharge the Git capabilities built into Visual Studio Code \u2014 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", |
| 5 | + "version": "8.3.5", |
4 | 6 | "author": { |
5 | 7 | "name": "Eric Amodio", |
6 | 8 | |
7 | 9 | }, |
8 | 10 | "publisher": "eamodio", |
| 11 | + "license": "SEE LICENSE IN LICENSE", |
| 12 | + "homepage": "https://github.com/eamodio/vscode-gitlens/blob/master/README.md", |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/eamodio/vscode-gitlens/issues" |
| 15 | + }, |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "https://github.com/eamodio/vscode-gitlens.git" |
| 19 | + }, |
9 | 20 | "engines": { |
10 | 21 | "vscode": "^1.23.0" |
11 | 22 | }, |
12 | | - "license": "SEE LICENSE IN LICENSE", |
13 | | - "displayName": "GitLens \u2014 Git supercharged", |
14 | | - "description": "Supercharge the Git capabilities built into Visual Studio Code \u2014 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", |
| 23 | + "main": "./out/extension", |
| 24 | + "icon": "images/gitlens-icon.png", |
| 25 | + "preview": false, |
15 | 26 | "badges": [ |
16 | 27 | { |
17 | 28 | "url": "https://img.shields.io/badge/vscode--dev--community-gitlens-blue.svg?logo=slack", |
|
22 | 33 | "categories": [ |
23 | 34 | "Other" |
24 | 35 | ], |
| 36 | + "galleryBanner": { |
| 37 | + "color": "#8647ae", |
| 38 | + "theme": "dark" |
| 39 | + }, |
25 | 40 | "keywords": [ |
26 | 41 | "gitlens", |
27 | 42 | "git", |
|
30 | 45 | "annotation", |
31 | 46 | "multi-root ready" |
32 | 47 | ], |
33 | | - "galleryBanner": { |
34 | | - "color": "#8647ae", |
35 | | - "theme": "dark" |
36 | | - }, |
37 | | - "icon": "images/gitlens-icon.png", |
38 | | - "preview": false, |
39 | | - "homepage": "https://github.com/eamodio/vscode-gitlens/blob/master/README.md", |
40 | | - "bugs": { |
41 | | - "url": "https://github.com/eamodio/vscode-gitlens/issues" |
42 | | - }, |
43 | | - "repository": { |
44 | | - "type": "git", |
45 | | - "url": "https://github.com/eamodio/vscode-gitlens.git" |
46 | | - }, |
47 | | - "main": "./out/extension", |
48 | 48 | "activationEvents": [ |
49 | 49 | "*" |
50 | 50 | ], |
|
0 commit comments