We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting the following error when trying to format a Rust file:
[Error - 9:15:59 AM] Request textDocument/formatting failed. Message: Failed to spawn cd "/Users/<my_username>/documents/repo/repo/backend" && "rustfmt" Code: -32603
I believe the issue is in how the path in the cd command is constructed. It should be "/Users/<my_username>/documents/repo/backend".
cd
"/Users/<my_username>/documents/repo/backend"
rust-analyzer version: 0.3.2154-standalone (9323b53 2024-10-20)
editor or extension: tried in both Cursor and VSCode
The text was updated successfully, but these errors were encountered:
Must be #18229.
Sorry, something went wrong.
No branches or pull requests
Getting the following error when trying to format a Rust file:
I believe the issue is in how the path in the
cd
command is constructed. It should be"/Users/<my_username>/documents/repo/backend"
.rust-analyzer version: 0.3.2154-standalone (9323b53 2024-10-20)
editor or extension: tried in both Cursor and VSCode
The text was updated successfully, but these errors were encountered: