[ty] Rename functionArgumentNames to callArgumentNames inlay hint setting (#19911)

## Summary

This PR renames `ty.inlayHints.functionArgumentNames` to
`ty.inlayHints.callArgumentNames` which would contain both function
calls and class initialization calls i.e., it represents a generic call
expression.
This commit is contained in:
Dhruv Manilawala 2025-08-14 14:21:38 +05:30 committed by GitHub
parent 2ee47d87b6
commit 1167ed61cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 14 deletions

View file

@ -438,7 +438,7 @@ impl Workspace {
// TODO: Provide a way to configure this
&InlayHintSettings {
variable_types: true,
function_argument_names: true,
call_argument_names: true,
},
);