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 GitHub
parent 91fe7ef568
commit 54d7cea305

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,