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
I've been trying to update, but I've hit a roadblock with the to_file_path
function. The latest lsp-types has replaced the url::Url type with fluent_uri::Uri, which unfortunately does not have a built-in to_file_path method. For more context, check out this issue.
Given these constraints, our options are limited:
Stay put: continue using the current version.
Roll our own: manually implement the to_file_path method, which is
prone to errors.
Personally, I think it's safer to hold off on the update for now and keep an eye
on the issue.
The text was updated successfully, but these errors were encountered: