Skip to content

Commit

Permalink
Adding in additional command registration
Browse files Browse the repository at this point in the history
  • Loading branch information
suhay committed May 31, 2020
1 parent ce1162f commit d8bde40
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ Quickly save a list of all open Editor tabs and place them into an easily manage

## Release Notes

### 1.0.2

- Bugfix

### 1.0.1

- Fixing packaging bug.

### 1.0.0

Initial release.
- Initial release.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"Other"
],
"activationEvents": [
"onView:minimizedGroups"
"onView:minimizedGroups",
"onCommand:vscode-editor-group-minimizer.minimize"
],
"main": "./dist/extension",
"contributes": {
Expand Down

0 comments on commit d8bde40

Please sign in to comment.