diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-06-15 21:45:54 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-15 21:45:54 +0100 |
commit | 2980fd430dbe30d5d8fd28091a8c47b3ffd4008f (patch) | |
tree | 7050b955589eb78ccdae8f675f20a27f4d7541b8 /crates/test_utils/src/bench_fixture.rs | |
parent | 5ba5e6348f18d56cce37b71b0c18a8f9b3728eeb (diff) | |
parent | cbf53ba2514a0a19ba8fc45348e0e6610cb88859 (diff) | |
parent | 78668f76a084ac3612808db9d54d6f175145af98 (diff) |
Merge #9267 #9279
9267: fix: Code: update the LSP server without asking r=matklad a=lnicola
Most LSP extensions seem to do the same thing, and this is causing some
confusion for users who don't notice the update prompt before Code hides
it.
9279: minor: Document installation via Homebrew r=matklad a=Svetlitski
`rust-analyzer` can be installed via [Homebrew](https://brew.sh) (AKA`brew`) on macOS. I've added instructions on how to do so to the documentation. Additionally, I added a `.gitignore` rule to ignore the HTML documentation produced by `asciidoctor manual.adoc` so that it is not accidentally checked into `git`.
Co-authored-by: Laurențiu Nicola <[email protected]>
Co-authored-by: Kevin Svetlitski <[email protected]>
Co-authored-by: Aleksey Kladov <[email protected]>