about summary refs log tree commit diff
path: root/src/etc/rust_analyzer_settings.json
AgeCommit message (Collapse)AuthorLines
2025-09-22make rust-analyzer settings use dedicated directoryTshepang Mbambo-2/+6
This avoids rust-analyzer having to wait for a build lock due to ./x running other commands (and the other way around).
2025-07-11Add --compile-time-deps argument for x checkbjorn3-1/+2
This reduces the amount of time it takes to do the x check for rust-analyzer analysis from 12m16s to 3m34s when the bootstrap compiler is already downloaded.
2025-05-15Update IDEs to use rustfmt 2024, fix Zed settingsChai T. Rex-1/+1
- Update IDE `rust-analyzer` settings to use 2024 rather than 2021. - Fix Zed settings by removing `${workspaceFolder}/` from paths.
2025-04-14Setup editor file associations for non-rs extensionsThalia Archibald-3/+8
.gitattributes lists *.fixed, *.pp, and *.mir as file extensions which should be treated as Rust source code. Do the same for VS Code and Zed. This only does syntax highlighting, which is appropriate, as MIR isn't really Rust code. At the same time, consistently order `rust-analyzer.linkedProjects` between editors. For some reason, Eglot didn't include library/Cargo.toml.
2025-03-13Remove separate `src/tools/x` from rust-analyzer settingsJosh Stone-1/+0
2024-12-01rust_analyzer_settings: force use of 'nightly' toolchainRalf Jung-0/+3
2024-11-01Remove unncessary option for default rust-analyzer settingyukang-2/+0
2024-09-18Add the library workspace to the suggested rust-analyzer configbjorn3-0/+1
2024-01-19Increase vscode `git.detectSubmodulesLimit`trevyn-0/+1
2023-09-14update rust_analyzer_settings.jsonRalf Jung-2/+2
2023-07-20etc: add `RUSTC_BOOTSTRAP` to rust-analyzer configMichael Howell-1/+4
Fixes the problem reported in https://github.com/rust-lang/rust/issues/112391#issuecomment-1597224941
2023-05-26Add other workspaces to `linkedProjects` in `rust_analyzer_settings.json`jyn-1/+8
This makes go-to-definition, etc. work in cg_clif, cg_gcc, rust-analyzer, and src/tools/x.
2023-03-01Rename `src/etc/vscode_settings.json` to `rust_analyzer_settings.json`KittyBorgX-0/+28