diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index ad85d18..1d0d65f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gotools", "displayName": "Golang Tools", "description": "Tools for productive work", - "version": "0.1.4", + "version": "0.1.5", "engines": { "vscode": "^1.80.0" }, @@ -56,6 +56,11 @@ "command": "gotools.implement", "title": "Implement Interface Methods", "category": "Go" + }, + { + "command": "gotools.group-imports", + "title": "Group imports", + "category": "Go" } ] }, |