Need to update mitigation of file editors extensionFactory
issue before release
#1060
Labels
release-blocker
Let's fix it before the next release!
In #1057 a workaround calling the
editorAdded
signal was added:jupyterlab-lsp/packages/jupyterlab-lsp/src/adapters/fileeditor.ts
Lines 33 to 41 in 376c996
but once this is emitted upstream after jupyterlab/jupyterlab#15868 gets fixed, we could be in an incorrect state of two copies of each CM6 extension getting added to the editor.
We need to either:
The text was updated successfully, but these errors were encountered: