https://github.com/ctf0/vscode-tabs-count-autowrap
https://github.com/ctf0/vscode-tabs-count-autowrap
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctf0/vscode-tabs-count-autowrap
- Owner: ctf0
- License: gpl-3.0
- Created: 2023-04-22T10:14:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T07:17:51.000Z (about 3 years ago)
- Last Synced: 2024-10-11T12:18:57.577Z (over 1 year ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tabs Count Autowrap
a complementary config for `workbench.editor.wrapTabs` to auto-switch the tab wrapping by tabs count.
## How To
the extensions check for the opened tabs count in all of the opened groups & if a group has a tabs count bigger than `tabsCountAutowrap.threshold`, tabs wrapping will be enabled.