Skip to content

Commit

Permalink
Update readme with a showcase gif
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bento committed Jan 3, 2023
1 parent efb766c commit e36bb37
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Create and manage tab groups to improve your development workflow.
- Remove files from a group
- Open a group, i.e., all associated files, in the editor
- Close a group of files previously opened in the editor
- Save the workspace's tab groups, so you have them ready when you come back to your work.

\!\[feature X\]\(screenshots/feature-x.png\)
Workspace's tab groups are saved automatically, so you have them ready when you come back to your work.

> Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.

![Use Showcase](screenshots/vs-tab-groups-showcase.gif)

## Extension Settings

Expand All @@ -27,6 +27,7 @@ This extension contributes the following settings:

- Must open a folder to create groups. It is not possible to create groups of individual files.
- When trying to add files to a group, a tab must be opened. VSCode uses this tab's file path to identify the path to the open folder.
- When opening a tab group for the first time, it may not open all tabs. This only happens once, therefore, it is not a big issue.

## Release Notes

Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Create and manage tab groups to improve your development workflow.

### Misc
- [ ] Create release notes
- [ ] Update ReadMe
- [x] Update ReadMe

---

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tab groups"
],
"icon": "resources/tabs.png",
"version": "0.0.1",
"version": "1.0.0",
"publisher": "bentodaniel",
"repository": {
"type": "git",
Expand Down
Binary file added screenshots/vs-tab-groups-showcase.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e36bb37

Please sign in to comment.