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
However, this command fails when rustfmt has not been extracted yet, so I often get errors from vscode here and then I have to do x.py fmt on the terminal by hand to make things work again. (Also the user has to figure out the right TARGET_TRIPLE themselves.)
It would be nice if one could set the overrideCommand to x.py such that extracting the bootstrap rustfmt can happen automatically. However, x.py fmt doesn't work since that always formats everything, not just a single file RA does formatting via stdin/stdout, which is not how x.py fmt works.