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
Sorry, I don't quite understand. The first two sentences both say if you "uninstall rust enhanced", I'm not sure if there's a typo there or not.
I'm also not quite clear what is meant by "when the file is reloaded". How is the file being reloaded?
Regardless, this extension doesn't do formatting, so it is likely you have another extension doing that. You may want to check if you have a RustFmt extension or LSP running.
One way to debug which extension is running is to enter sublime.log_commands(True) in the Sublime console window.
I uninstall rust enhanced, edit a file, save it, the file is formatted (I get a "reloading" command in the console).
if I uninstall rust enahcned, no formatting happens when the file is reloaded.
The docs suggest this should not be happening.
https://rust-lang.github.io/rust-enhanced/formatting.html
The text was updated successfully, but these errors were encountered: