-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
bugSomething isn't workingSomething isn't workingdev-opsgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Describe the bug
The automatic code formatting that the dev container does requires rustfmt
This results in an error every time a rust file is saved.
[Error - 12:36:26 AM] Request textDocument/formatting failed.
Message: rustfmt exited with:
Status: exit status: 1
stdout:
stderr: error: 'rustfmt' is not installed for the toolchain 'nightly-2023-09-04-x86_64-unknown-linux-gnu'
To install, run `rustup component add rustfmt --toolchain nightly-2023-09-04-x86_64-unknown-linux-gnu`
To Reproduce
Expected behavior
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add the rustfmt component as a part of the dev container build.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdev-opsgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed