24 lines
486 B
JSON
24 lines
486 B
JSON
|
{
|
||
|
"name": "neonxp-git",
|
||
|
"displayName": "@NeonXP Git Pack",
|
||
|
"description": "Git extesions",
|
||
|
"icon": "icon.png",
|
||
|
"version": "0.0.1",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://gitrepo.ru/neonxp/vscode-exts.git"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"homepage": "https://gitrepo.ru/neonxp/vscode-exts",
|
||
|
"engines": {
|
||
|
"vscode": "^1.94.0"
|
||
|
},
|
||
|
"categories": [
|
||
|
"Extension Packs"
|
||
|
],
|
||
|
"extensionPack": [
|
||
|
"codezombiech.gitignore",
|
||
|
"kylinideteam.gitlens",
|
||
|
"mhutchie.git-graph"
|
||
|
]
|
||
|
}
|