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
This code seems to bug out when reformatting with EITHER rls or rust-analyzer, for this reason I think it's a problem with the communication protocol and the way vim reflows it,
This will add a , before the ,D on EACH save.
fnmain() -> (){let _same = vec!["REALLLLL LONG LINE SO IT CAN NOT SHRINK",
"1.0.0+21AF26D3—-117B344092B,D"];}
The text was updated successfully, but these errors were encountered:
EvanCarroll
changed the title
Bug on reformatting code
Bug on reformatting code, fails to add a trailing command if the last element contains a comma.
Aug 21, 2021
This code seems to bug out when reformatting with EITHER rls or rust-analyzer, for this reason I think it's a problem with the communication protocol and the way vim reflows it,
This will add a
,
before the,D
on EACH save.This will remove the terminating
"
quotes..tested again
The text was updated successfully, but these errors were encountered: