fix(tsgo): disable inlayHints.functionLikeReturnTypes by default. Too noisy

This commit is contained in:
Folke Lemaitre 2026-03-21 06:40:32 +01:00
parent 59126caa31
commit 8bcb620802
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -41,7 +41,7 @@ return {
parameterTypes = { enabled = true },
variableTypes = { enabled = true },
propertyDeclarationTypes = { enabled = true },
functionLikeReturnTypes = { enabled = true },
functionLikeReturnTypes = { enabled = false },
enumMemberValues = { enabled = true },
},
},