Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hitode909/vscode-zentabs
Keep the maximum amount of tabs
https://github.com/hitode909/vscode-zentabs
Last synced: 3 months ago
JSON representation
Keep the maximum amount of tabs
- Host: GitHub
- URL: https://github.com/hitode909/vscode-zentabs
- Owner: hitode909
- License: mit
- Created: 2018-07-25T10:09:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T21:42:23.000Z (about 2 years ago)
- Last Synced: 2023-04-11T17:11:35.486Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=hitode909.zentabs
- Size: 245 KB
- Stars: 28
- Watchers: 4
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED
You can limit tabs with `workbench.editor.limit.enabled` setting without this extension.
- https://code.visualstudio.com/updates/v1_42#_limit-the-number-of-open-editors# zentabs
Inspired by Atom's [zentabs](https://github.com/ArnaudRinquin/atom-zentabs) package.
![screenshot](/images/screenshot.gif)
## warnings
This is very initial version. Lot of features in Atom's zentabs are not implemented.
>**NOTE**
>In order to run this extension correctly you should set the following settings
>```
>"workbench.editor.enablePreviewFromQuickOpen": false,
>"workbench.editor.enablePreview": false
>```## configuration
- `zentabs.maximumOpenedTabs`
- the maximum amount of tabs that will be keep open
- Default: 3- `zentabs.applyLimitFor`
- apply the maximum amount of tabs for window|editorGroup
- Default: window- `zentabs.switchWithCurrentTab`
- once limit of maximum tab is reached, switch the newly opened file with current active tab instead of the older one
- Default: false