29 lines
631 B
JSON
29 lines
631 B
JSON
|
{
|
||
|
"name": "neonxp-golang",
|
||
|
"displayName": "@NeonXP Golang Pack",
|
||
|
"description": "Golang 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": [
|
||
|
"a-h.templ",
|
||
|
"ethan-reesor.vscode-go-test-adapter",
|
||
|
"furkanozalp.go-syntax",
|
||
|
"golang.go",
|
||
|
"hbenl.test-adapter-converter",
|
||
|
"hbenl.vscode-test-explorer",
|
||
|
"neonxp.gotools",
|
||
|
"r3inbowari.gomodexplorer"
|
||
|
]
|
||
|
}
|