23 lines
572 B
JSON
23 lines
572 B
JSON
{
|
|
"name": "go-pack-endplaystudio",
|
|
"license": "LICENSE",
|
|
"displayName": "GoPack by END PLAY",
|
|
"description": "Extension Pack for Go with addons END PLAY Studio uses.",
|
|
"version": "0.0.1",
|
|
"publisher": "ENDPLAYStudio",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.end-play.xyz/profitroll/VSCodeGo"
|
|
},
|
|
"engines": {
|
|
"vscode": "^1.46.0"
|
|
},
|
|
"categories": [
|
|
"Extension Packs"
|
|
],
|
|
"extensionPack": [
|
|
"golang.go",
|
|
"msyrus.go-doc",
|
|
"premparihar.gotestexplorer"
|
|
]
|
|
} |