fix(typescript): invalid value in inlayHints options

This commit is contained in:
Ben Elan 2024-05-27 01:05:41 -07:00
parent c9ab8224f5
commit 7fbaed9718
No known key found for this signature in database
GPG key ID: 0E54F3EFE936CE58

View file

@ -2,7 +2,7 @@ local inlay_hints_settings = {
includeInlayEnumMemberValueHints = true,
includeInlayFunctionLikeReturnTypeHints = true,
includeInlayFunctionParameterTypeHints = true,
includeInlayParameterNameHints = "literal",
includeInlayParameterNameHints = "literals",
includeInlayParameterNameHintsWhenArgumentMatchesName = false,
includeInlayPropertyDeclarationTypeHints = true,
includeInlayVariableTypeHints = false,