Disable go inlay hints for type params (generics)

This commit is contained in:
Kyren223
2024-10-25 17:25:05 +03:00
parent 2ac67d0ee6
commit 0b7b0abf3e

View File

@@ -89,7 +89,7 @@ return {
compositeLiteralFields = false,
compositeLiteralTypes = true,
constantValues = true,
functionTypeParameters = true,
functionTypeParameters = false,
parameterNames = false,
rangeVariableTypes = true,
},