Inlay hints should accept a list of files, not individual files #45380
Labels
API
Relates to the public API for TypeScript
Domain: Inlay Hints
Domain: TSServer
Issues related to the TSServer
Revisit
An issue worth coming back to
Inlay hints can be affected by edits in other files. That means you can end up in situations where 2 files can be edited side-by-side where one ends up with stale inlay hints.
To spare editors from making multiple requests, we should consider accepting a list of files instead of a single file as an argument.
Tracking on VS Code's side: microsoft/vscode#130430
The text was updated successfully, but these errors were encountered: