-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: LS: Inlay HintsHelp WantedYou can do thisYou can do this
Milestone
Description
TS Template added by @mjbvz
TypeScript Version: 4.5.4
Search Terms
- inlay hints
provideInlayHints
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.63.2
- OS Version: Windows_NT x64 10.0.22000
Steps to Reproduce:
- build function that takes in multiple parameters (3 minimum to view issue)
- call function with spread tuple (2 elements minimum) first, then fill in remaining arguments.
- it will then be offset since the spread tuple will only count as a single argument
Notice that in the screenshot the x and y arguments should be in both be handled from the spread, however, the spread is just the x argument.
jespertheend
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: LS: Inlay HintsHelp WantedYou can do thisYou can do this

