I'm using the latest rust-analyzer extension and everytime I hit save, it used to reformat my code for me. But now it stopped working and I can't tell why. I have the following in my settings:
"editor.formatOnSave": true,
"editor.defaultFormatter": "matklad.rust-analyzer",
"[rust]": {
"editor.defaultFormatter": "matklad.rust-analyzer",
"editor.formatOnSave": true
},
And my rustfmt
is located at ~/.cargo/bin/rustfmt
which is the default location that the extension looks for it. So I'm very confused.