Files
rust/editors/code
bors[bot] 104fad65da Merge #5025
5025: Don't mess with messy temp dir and just download into extension dir r=matklad a=Veetaha

Temp dirs are messy. Dealing with them requires handling quite a bunch of
edge cases. As proposed by lnicola this seems better to just put the temp files
in the extension dir and not care much about suddenly leaving garbage.
Instead we get shorter and less platform-caveat-y code.
We will also assume users don't try to issue a download in different vscode windows simultaneously.

Fixes #5019 

Co-authored-by: Veetaha <veetaha2@gmail.com>
2020-06-24 22:09:28 +00:00
..
2020-02-24 21:23:56 +02:00
2020-05-20 22:31:39 +03:00
2020-01-15 16:07:39 +01:00
2020-05-24 16:32:00 +03:00
2020-03-02 14:27:26 +01:00
2020-06-24 14:09:12 +03:00
2020-05-26 02:36:34 +09:00
2020-05-20 22:31:39 +03:00

rust-analyzer

Provides support for rust-analyzer: novel LSP server for the Rust programming language.

See https://rust-analyzer.github.io/ for more information.