aboutsummaryrefslogtreecommitdiff
path: root/extensions/golang/package.json
blob: 656f2fc5fd3767056b18a33526e9e0f2581656ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
	"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"
	]
}