GoTools/package.json
Alexander Kiryukhin 28fadaab6f
Fix pkg name
Update README.md
2021-03-19 11:32:12 +03:00

30 lines
609 B
JSON

{
"name": "gotools",
"displayName": "Golang snippets",
"description": "Snippets for productive work",
"version": "0.0.1",
"publisher": "neonxp",
"engines": {
"vscode": "^1.28.0"
},
"icon": "icon.png",
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "go",
"path": "./snippets.json"
}
]
},
"scripts": {
"build": "vsce package"
},
"repository": {
"type": "git",
"url": "https://github.com/neonxp/GoTools"
}
}