gotools/package.json

29 lines
615 B
JSON

{
"name": "gosnippets",
"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/GoSnippets"
}
}