-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 902 Bytes
/
package.json
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
30
31
32
33
{
"name": "extension-pack-go",
"displayName": "Go Extension Pack for Fellow Gophers",
"description": "Standard Go (golang) development extensions by Sheldon Hull (sheldonhull.com)",
"publisher": "sheldon-hull",
"icon": "gopher-128x128.png",
"version": "1.0.7",
"engines": {
"vscode": "^1.58.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"msyrus.go-doc",
"liuchao.go-struct-tag",
"jhnj.vscode-go-inline-sql",
"maracko.json-to-go",
"golang.go",
"jinliming2.vscode-go-template"
],
"license": "MIT",
"homepage": "https://github.com/sheldonhull/extension-pack-go",
"repository": {
"url": "https://github.com/sheldonhull/extension-pack-go/issues",
"type": "git"
},
"keywords": [
"go",
"golang",
"extension-pack"
]
}