rust-analyzer/editors/code/src
bors[bot] 45f3a5f9c1
Merge #4992 #4993 #4994 #4997 #4998
4992: Never disable error logging on the frontend r=matklad a=Veetaha



4993: Make bootstrap error message more informative and better-fitting r=matklad a=Veetaha

Now this better fits standard vscode extension activation failure message and suggests enabling verbose logs.

![image](https://user-images.githubusercontent.com/36276403/85321828-ffbb9400-b4cd-11ea-8adf-4032b1f62dfd.png)


4994: Decouple http file stream logic from temp dir logic r=matklad a=Veetaha

Followup for #4989 

4997: Update manual.adoc r=matklad a=gwutz

GNOME Builder (Nightly) supports now rust-analyzer

4998: Disrecommend trace.server: "verbose" for regular users r=matklad a=Veetaha

This option has never been useful for me, I wonder if anyone finds regular users can use this for sending logs

Co-authored-by: Veetaha <veetaha2@gmail.com>
Co-authored-by: Günther Wagner <info@gunibert.de>
2020-06-23 10:09:58 +00:00
..
ast_inspector.ts Flatten commands.ts 2020-05-25 12:14:44 +02:00
client.ts Remove hover contents marking as trusted. 2020-06-05 15:25:01 +03:00
commands.ts Add rust-analyzer.gotoLocation command 2020-06-18 10:15:43 +03:00
config.ts Add rust-analyzer.gotoLocation command 2020-06-18 10:15:43 +03:00
ctx.ts Remove unnecessary async from vscode language client creation 2020-04-25 20:52:50 +03:00
debug.ts Fix rust-analyzer.debug.openDebugPane option 2020-06-18 10:15:42 +03:00
inlay_hints.ts Cleanup lsp extensions on the client side 2020-05-25 14:56:26 +02:00
lsp_ext.ts Add hover actions as LSP extension 2020-06-05 14:59:26 +03:00
main.ts Merge #4992 #4993 #4994 #4997 #4998 2020-06-23 10:09:58 +00:00
net.ts Decouple http file stream logic from temp dir logic 2020-06-22 21:43:53 +03:00
persistent_state.ts Rewrite auto-update 2020-03-19 09:04:59 +01:00
run.ts Fix Run lens. 2020-06-06 15:12:17 +03:00
snippets.ts Less rust-analyzer specific onEnter 2020-05-25 14:28:47 +02:00
status_display.ts Lean onto default implementation of configs 2020-04-02 12:47:58 +02:00
tasks.ts Change Runnable.bin -> Runnable.kind 2020-05-31 05:21:45 +03:00
toolchain.ts Change Runnable.bin -> Runnable.kind 2020-05-31 05:21:45 +03:00
util.ts Never disable error logging on the frontend 2020-06-22 21:30:32 +03:00