mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
35 lines
969 B
JSON
35 lines
969 B
JSON
{
|
|
"name": "999-pack1",
|
|
"displayName": "999-pack1",
|
|
"description": "Test extension pack",
|
|
"version": "0.12.0",
|
|
"publisher": "sandy081",
|
|
"engines": {
|
|
"vscode": "^1.6.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-pack2",
|
|
"sandy081.todotasks",
|
|
"designbright.theme-suicidesquad",
|
|
"jirkafajfr.vscode-kitchen",
|
|
"iZDT.javascript-unit-test-snippet",
|
|
"MarinhoBrandao.Angular2Tests"
|
|
]
|
|
} |