Skip to content
New issue

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

Update rust-analyzer suggestions #1487

Merged
merged 2 commits into from
Oct 24, 2022
Merged

Commits on Oct 19, 2022

  1. Update rust-analyzer suggestions

    This setting will cause r-a to invoke the build script command only once in the root of the project instead of once per workspace which causes problems when the `linkedProjects` settings is used to target other workspaces in the repo.
    
    In theory the same setting could be applied to `checkOnSave`, but for that to work `x.py` needs to fix up the paths of diagnostics to be relative to the project root instead of the workspace roots the diagnostics are emitted from.
    Veykril authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    7c61a06 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    b21e268 View commit details
    Browse the repository at this point in the history