aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-03-19 02:22:55 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-03-19 02:22:55 +0300
commit3d94211018aa28c32605e001e62b3dbe7f9305f3 (patch)
tree50c42120d7f4030700a57198340c1c36d87cea15 /package.json
v0.0.1
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
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"
+ }
+ ]
+ }
+}