"Critical error" handling #238
Labels
kind:enhancement
New feature or request
kind:refactoring
Changing the code without changing the user-visible behavior
status:help-wanted
This issue could use help from the external contributors
Right now,
me.fornever.avaloniarider.previewer.AvaloniaPreviewerSessionController#getCriticalError
signal is sometimes subscribed to, but never properly handled: the session gets terminated momentarily after this signal, so all the error handling we have inme.fornever.avaloniarider.idea.editor.BitmapPreviewEditorComponent#handleCriticalError
doesn't really work.We should refactor this and fix the error handling. Perhaps move it to
me.fornever.avaloniarider.idea.editor.AvaloniaPreviewEditorBase
.The text was updated successfully, but these errors were encountered: