aboutsummaryrefslogblamecommitdiff
path: root/package.json
blob: 6c0a5a08bd48ddb87f16c804e8643fa86219aa72 (plain) (tree)
1
2
3
4
5
6
7
8
9
 
                      
                                     

                                                  
                          


                           
                       





                     
                                 


                                         





                               
                                                  

     
{
    "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"
    }
}