mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-10 22:50:04 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [mixpanel](https://github.com/mixpanel/mixpanel-node) from 0.13.0 to 0.17.0. - [Release notes](https://github.com/mixpanel/mixpanel-node/releases) - [Changelog](https://github.com/mixpanel/mixpanel-node/blob/master/history.md) - [Commits](https://github.com/mixpanel/mixpanel-node/compare/v0.13.0...v0.17.0) --- updated-dependencies: - dependency-name: mixpanel dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Tabby Core Plugin
See also:
This module provides:
- tabbed interface services
- toolbar UI
- config file management
- hotkeys
- tab recovery
- logging
- theming
Using the API:
import { AppService, TabContextMenuItemProvider } from 'tabby-core'
Exporting your subclasses:
@NgModule({
...
providers: [
...
{ provide: TabContextMenuItemProvider, useClass: MyContextMenu, multi: true },
...
]
})