mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
33 lines
872 B
JSON
33 lines
872 B
JSON
{
|
|
"name": "999-pack3",
|
|
"displayName": "999-pack3",
|
|
"description": "999-pack3",
|
|
"version": "0.5.0",
|
|
"publisher": "sandy081",
|
|
"engines": {
|
|
"vscode": "^1.0.0"
|
|
},
|
|
"categories": [
|
|
"Other"
|
|
],
|
|
"galleryBanner": {
|
|
"color": "#f0efe7",
|
|
"theme": "light"
|
|
},
|
|
"icon": "",
|
|
"homepage": "https://github.com/Microsoft/vscode-extension-samples/blob/master/README.md",
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/vscode-extension-samples/issues"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/vscode-extension-samples"
|
|
},
|
|
"extensionDependencies": [
|
|
"sandy081.999-pack1",
|
|
"eg2.tslint",
|
|
"be5invis.vscode-icontheme-nomo-dark",
|
|
"MarinhoBrandao.Angular2Tests"
|
|
]
|
|
} |