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
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
Currently, VSCode only formats my code after RLS has successfully finished type checking. Prettier in the JavaScript community has gotten me into the pattern of writing really messy code and then letting the formatter take care of it, so waiting until after type checking successfully finishes type checking slows down my workflow. Also means I can’t commit formatted code with type errors unless I use rust-format on the CLI.