fix package.json

This commit is contained in:
Alexander Kiryukhin 2021-03-19 02:25:05 +03:00
parent 3d94211018
commit d3dc0c07d2
No known key found for this signature in database
GPG key ID: 6DF7A2910D0699E9
2 changed files with 11 additions and 3 deletions

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

View file

@ -1,21 +1,29 @@
{
"name": "gosnippets",
"displayName": "Useful Golang snippets",
"displayName": "Golang snippets",
"description": "Snippets for productive work",
"version": "0.0.1",
"publisher": "Alexander NeonXP Kiryukhin",
"publisher": "neonxp",
"engines": {
"vscode": "^1.28.0"
},
"icon": "icon.png",
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "golang",
"language": "go",
"path": "./snippets.json"
}
]
},
"scripts": {
"build": "vsce package"
},
"repository": {
"type": "git",
"url": "https://github.com/neonxp/GoSnippets"
}
}