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
Separate binary that can be run that uses syn to parse out .rs files, replace strings with SQL with pretty-printed, then run rustfmt afterwards. Can swap this in with rust-analyzer.rustfmt.overrideCommand.
Separate binary that can be run that uses
syn
to parse out.rs
files, replace strings with SQL with pretty-printed, then runrustfmt
afterwards. Can swap this in withrust-analyzer.rustfmt.overrideCommand
.See also: https://crates.io/crates/sqlformat and https://crates.io/crates/prettyplease
The text was updated successfully, but these errors were encountered: