This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
Rustfmt failed with wsl #610
Open
Description
I'm trying to format my code pressing ALT+SHIFT+F but i get the following error
[Error - 10:51:44] Request textDocument/formatting failed.
Message: Reformat failed to complete successfully
Code: -32603
Here the rust configuragion in my setting.json
"rust-client.useWSL": true,
"rust-client.revealOutputChannelOn": "info",
"rust-client.rustupPath": "~/.cargo/bin/rustup",
Using cargo fmt
from wsl terminal works correctly. What I'm missing?