Skip to content

Commit

Permalink
Add the code mirror binding plugin (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet authored Dec 8, 2023
1 parent d082264 commit 3178d8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ async function main() {
require('@jupyterlab/codemirror-extension').default.filter(({ id }) =>
[
'@jupyterlab/codemirror-extension:services',
'@jupyterlab/codemirror-extension:binding',
'@jupyterlab/codemirror-extension:codemirror',
'@jupyterlab/codemirror-extension:languages',
'@jupyterlab/codemirror-extension:extensions',
Expand Down

0 comments on commit 3178d8e

Please sign in to comment.