mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-16 09:29:59 +00:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Bumps [@electron/remote](https://github.com/electron/remote) from 1.0.4 to 1.1.0. - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/master/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v1.0.4...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Terminus Core Plugin
See also: Settings plugin API, Terminal plugin API
- tabbed interface services
- toolbar UI
- config file management
- hotkeys
- tab recovery
- logging
- theming
Using the API:
import { AppService, TabContextMenuItemProvider } from 'terminus-core'
Exporting your subclasses:
@NgModule({
...
providers: [
...
{ provide: TabContextMenuItemProvider, useClass: MyContextMenu, multi: true },
...
]
})