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
The Language Server abstraction provided by tower_lsp does not offer sufficient protection against possible panics in the server code.
If it catches a panic it restarts the entire server.
Do something to protect the server against panics and allow it to still work even after a particular request critically fails.
The text was updated successfully, but these errors were encountered:
The Language Server abstraction provided by
tower_lsp
does not offer sufficient protection against possible panics in the server code.If it catches a panic it restarts the entire server.
Do something to protect the server against panics and allow it to still work even after a particular request critically fails.
The text was updated successfully, but these errors were encountered: