Skip to content

Provide `root` dir for rust-analyzer to allow it to discover the project correctly

Provide root dir for rust-analyzer, to avoid the warning:

Failed to discover workspace.
Consider adding the `Cargo.toml` of the workspace to the [`linkedProjects`](https://rust-analyzer.github.io/manual.html#rust-analyzer.linkedProjects) setting.`

So rust-analyzer can discover the project automatically.

Merge request reports