VSCodeGo/package.json

24 lines
599 B
JSON
Raw Normal View History

2023-05-23 13:22:26 +03:00
{
"name": "go-pack-endplaystudio",
2023-05-23 13:48:22 +03:00
"icon": "icon.png",
2023-05-23 13:22:26 +03:00
"license": "LICENSE",
"displayName": "GoPack by END PLAY",
"description": "Extension Pack for Go with addons END PLAY Studio uses.",
2023-07-27 16:32:14 +03:00
"version": "0.0.3",
2023-05-23 13:22:26 +03:00
"publisher": "ENDPLAYStudio",
"repository": {
"type": "git",
2023-05-23 14:24:42 +03:00
"url": "https://git.end-play.xyz/endplaystudio/VSCodeGo"
2023-05-23 13:22:26 +03:00
},
"engines": {
"vscode": "^1.46.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"golang.go",
"msyrus.go-doc",
"premparihar.gotestexplorer"
]
}