aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-06-15 21:45:54 +0100
committerGitHub <[email protected]>2021-06-15 21:45:54 +0100
commit2980fd430dbe30d5d8fd28091a8c47b3ffd4008f (patch)
tree7050b955589eb78ccdae8f675f20a27f4d7541b8 /editors
parent5ba5e6348f18d56cce37b71b0c18a8f9b3728eeb (diff)
parentcbf53ba2514a0a19ba8fc45348e0e6610cb88859 (diff)
parent78668f76a084ac3612808db9d54d6f175145af98 (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]>