rust-analyzer/editors/code/src
bors[bot] dd685d0d51
Merge #5910 #5912
5910: Fix some typos r=matklad a=SomeoneToIgnore



5912: Remove fixme from inlay_hints.ts r=matklad a=Veetaha

I have reevaluated the fixme and it doesn't seem necessary to pass an array of files
to the inlay hints request.
This will (a) make the request more compilcated (b), make us wait for
inlay hints for `all` active editors resolve at once before rendering and (c)
doesn't seem required because 99% of the time there is a single active editor
in the IDE

Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
Co-authored-by: Veetaha <veetaha2@gmail.com>
2020-08-29 14:52:42 +00:00
..
ast_inspector.ts Flatten commands.ts 2020-05-25 12:14:44 +02:00
client.ts Remove 'as any' 2020-08-09 18:09:27 -04:00
commands.ts SSR: Restrict to current selection if any 2020-07-29 15:06:58 +10:00
config.ts Improve client logging (use output channel and more log levels) 2020-07-05 17:50:29 +03:00
ctx.ts Fix StatusNotification 2020-08-17 14:56:27 +03:00
debug.ts delete empty line 2020-07-26 13:42:17 -04:00
inlay_hints.ts Remove fixme from inlay_hints.ts 2020-08-29 02:05:42 +03:00
lsp_ext.ts Fix some typos 2020-08-28 21:55:24 +03:00
main.ts Gzip artifacts 2020-07-07 23:30:11 +03:00
net.ts Gate stream.pipeline workaround on fixed versions of node 2020-08-21 22:15:04 +03:00
persistent_state.ts Improve client logging (use output channel and more log levels) 2020-07-05 17:50:29 +03:00
run.ts Fix workspaceRoot 2020-07-03 14:56:30 +03:00
snippets.ts Fix snippetTextEdits applying to other files 2020-07-22 17:36:54 +02:00
tasks.ts Fix ts lints 2020-06-24 12:30:41 +03:00
toolchain.ts Rename ra_toolchain -> toolchain 2020-08-12 16:52:28 +02:00
util.ts Dont ask me why... 2020-08-21 21:14:40 +03:00