]> git.lizzy.rs Git - rust.git/commit
Remove fixme from inlay_hints.ts
authorVeetaha <veetaha2@gmail.com>
Fri, 28 Aug 2020 23:05:42 +0000 (02:05 +0300)
committerVeetaha <veetaha2@gmail.com>
Fri, 28 Aug 2020 23:05:42 +0000 (02:05 +0300)
commitde2324d9e6aa378d28799aaaa3336e6efb7a06b7
treee45884bd65196c8a823a197a1d937739a727483a
parent8146700f82b75cd3cda5191108b4277a9908c744
Remove fixme from inlay_hints.ts

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
editors/code/src/inlay_hints.ts