about summary refs log tree commit diff
path: root/src/etc/rust_analyzer_zed.json
AgeCommit message (Collapse)AuthorLines
2025-07-11Add --compile-time-deps argument for x checkbjorn3-1/+1
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-3/+3
- 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-5/+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
2025-02-15Add support for the Zed IDE to `./x setup`Chai T. Rex-0/+52