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
Which then eventually yields a out of memory error. Taking a look at the tree model shows a cyclic reference between tree nodes (which makes them non-tree nodes from a graph perspective). I'll take a further look at this later and see what the root cause is. It's likely based on how we update/modify the problem tree model.
Bug Description:
When using rust-analyzer(with proper binary) on the appimage, I ran into UI locking up issues on certain code after saving the first time.
I have no issues running this in vscode, but in theia it locks up the HTML UI.
The native UI still works but does not accept commands and I have to kill the theia process
Steps to Reproduce:
let
and Theia will freeze up before finishing typing with the suggestions menu openAdditional Information
The text was updated successfully, but these errors were encountered: