diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..cec58e7 --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "gosnippets", + "displayName": "Useful Golang snippets", + "description": "Snippets for productive work", + "version": "0.0.1", + "publisher": "Alexander NeonXP Kiryukhin", + "engines": { + "vscode": "^1.28.0" + }, + "categories": [ + "Snippets" + ], + "contributes": { + "snippets": [ + { + "language": "golang", + "path": "./snippets.json" + } + ] + } +} |