You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How have you started Livebook (mix phx.server, livebook CLI, Docker, etc): using mix phx.server (ran mix deps.get and rm'd node_modules and npm installd again)
Livebook version (use git rev-parse HEAD if running with mix): 33620284b7e4f6727b09e4ed7644e3b827cfd03f
Browsers that reproduce this bug (the more the merrier): Chrome
Include what is logged in the browser console:
Include what is logged to the server console:
Current behavior
Open a new Livebook and creating a (mermaid) diagram OR opening an existing Livebook an editing a diagram
Try to update the text, but an error is thrown.
Expected behavior
See the diagram re-render in the liveview, as the text is edited.
Observed behavior
An error is thrown in the console on every keystroke, when trying to edit a mermaid diagram.
Uncaught Error: Language id "vs.editor.nullLanguage" is not configured nor known
Error: Language id "vs.editor.nullLanguage" is not configured nor known
at computeConfig (languageConfigurationRegistry.js?0184:94:1)
at LanguageConfigurationService.getLanguageConfiguration (languageConfigurationRegistry.js?0184:79:1)
at TokenizationTextModelPart.getLanguageConfiguration (tokenizationTextModelPart.js?eeb5:201:1)
at TokenizationTextModelPart.getWordAtPosition (tokenizationTextModelPart.js?eeb5:212:1)
at TextModel.getWordAtPosition (textModel.js?b57f:1420:1)
at getDefaultRange (inlineCompletionsModel.js?c685:635:1)
at eval (inlineCompletionsModel.js?c685:559:1)
at Generator.next (<anonymous>)
at eval (inlineCompletionsModel.js?c685:20:1)
at new Promise (<anonymous>)
at eval (errors.js?fdcc:15:1)
The text was updated successfully, but these errors were encountered:
Environment
mix phx.server
(ranmix deps.get
and rm'dnode_modules
andnpm install
d again)git rev-parse HEAD
if running with mix):33620284b7e4f6727b09e4ed7644e3b827cfd03f
Current behavior
Expected behavior
Observed behavior
An error is thrown in the console on every keystroke, when trying to edit a mermaid diagram.
The text was updated successfully, but these errors were encountered: