rust/editors/code/src
bors[bot] 7e12422fa2 Merge #1652
1652: Improve type hints behavior r=matklad a=SomeoneToIgnore

This PR fixed the following type hints issues:

* Restructures the `InlayKind` enum contents based on the discussion here: https://github.com/rust-analyzer/rust-analyzer/pull/1606#issuecomment-515968055
* Races described in #1639 
* Caches the latest decorations received for each file to show them the next time the file is opened (instead of a new server request)

Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
2019-08-06 16:50:49 +00:00
..
commands Avoid shared mutable state 2019-08-05 23:11:16 +03:00
events Allow syntax tree to update when changing files 2019-03-03 22:03:37 +02:00
notifications Run prettier on all files 2018-10-08 22:38:33 +01:00
test Include primary span label in VS Code diagnostics 2019-06-30 11:12:56 +10:00
utils Merge #1459 2019-06-30 09:54:47 +00:00
config.ts allow to exclude certain files and directories 2019-08-06 14:28:31 +02:00
extension.ts Avoid shared mutable state 2019-08-05 23:11:16 +03:00
highlighting.ts underline mutable bindings 2019-07-19 15:07:18 +03:00
server.ts allow to exclude certain files and directories 2019-08-06 14:28:31 +02:00