pluginBlacklist.ts 325 B

1234567
  1. export const PLUGIN_BLACKLIST = [
  2. 'terminus-shell-selector', // superseded by profiles
  3. 'terminus-scrollbar', // now useless
  4. 'terminus-clickable-links', // now bundled with Tabby
  5. 'tabby-clickable-links', // now bundled with Tabby
  6. 'terminus-clickable-ips', // broken, functionality now bundled with Tabby
  7. ]