fix(typescript): invalid value in inlayHints options (#3331)

This commit is contained in:
Ben Elan 2024-05-27 04:48:22 -07:00 committed by Rubin Bhandari
parent b689007b49
commit 3fcb8e20ff

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,