瀏覽代碼

Adds SCM as a category

main
Eric Amodio 2 年之前
父節點
當前提交
6b2825c6bf
共有 1 個文件被更改,包括 21 次插入2 次删除
  1. +21
    -2
      package.json

+ 21
- 2
package.json 查看文件

@ -32,7 +32,8 @@
}
],
"categories": [
"Other"
"Other",
"SCM Providers"
],
"galleryBanner": {
"color": "#8647ae",
@ -10082,7 +10083,25 @@
"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": {
"analyze:bundle": "webpack --env analyzeBundle",

Loading…
取消
儲存