|
@ -32,7 +32,8 @@ |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"categories": [ |
|
|
"categories": [ |
|
|
"Other" |
|
|
|
|
|
|
|
|
"Other", |
|
|
|
|
|
"SCM Providers" |
|
|
], |
|
|
], |
|
|
"galleryBanner": { |
|
|
"galleryBanner": { |
|
|
"color": "#8647ae", |
|
|
"color": "#8647ae", |
|
@ -10082,7 +10083,25 @@ |
|
|
"visibility": "collapsed" |
|
|
"visibility": "collapsed" |
|
|
} |
|
|
} |
|
|
] |
|
|
] |
|
|
} |
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
"walkthroughs": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"id": "gitlens.welcome", |
|
|
|
|
|
"title": "Get Started with GitLens", |
|
|
|
|
|
"description": "Discover and customize GitLens' most valuable features.", |
|
|
|
|
|
"steps": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"id": "gitlens.welcome.currentLineBlame", |
|
|
|
|
|
"title": "Current Line Blame", |
|
|
|
|
|
"description": "The Current Line Blame view shows the blame information for the current line.", |
|
|
|
|
|
"media": { |
|
|
|
|
|
"image": "images/docs/current-line-blame.png", |
|
|
|
|
|
"altText": "Current Line Blame" |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
] |
|
|
|
|
|
} |
|
|
|
|
|
] |
|
|
}, |
|
|
}, |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"analyze:bundle": "webpack --env analyzeBundle", |
|
|
"analyze:bundle": "webpack --env analyzeBundle", |
|
|