mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-06-09 22:17:32 +01:00
Bug fix: match monaco-editor version with @nteract/monaco-editor (#322)
Opening notebook (which contains code cell), then "Items"-> document editor is broken. Our JsonEditor component will hang at `monaco.editor.create()`. Matching the `monaco-editor` version with `@nteract/monaco-editor` fixes it. I looked into using one, but we cannot rely nteract, because it does not get loaded if notebook isn't enabled. Forcing nteract to use ours (if at all possible) isn't a good idea, since their code is tuned to their version. For now, we'll have to keep the versions in sync.
This commit is contained in:
Generated
+1816
-1399
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user