Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Don't explicitly include labextension in retrolab
Browse files Browse the repository at this point in the history
It's automatically loaded by retrolab, since it's a labextension!
  • Loading branch information
yuvipanda authored and jtpio committed Sep 3, 2021
1 parent f66e3b8 commit a396892
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ async function main() {
require('@retrolab/docmanager-extension'),
require('@retrolab/help-extension'),
require('@retrolab/notebook-extension'),
require('@retrolab/lab-extension').default.filter(({ id }) =>
['@retrolab/lab-extension:interface-switcher'].includes(id)
),
// to handle opening new tabs after creating a new terminal
require('@retrolab/terminal-extension'),

Expand Down

0 comments on commit a396892

Please sign in to comment.