feat(lsp/vtsls): remove inlay hints for function like variables

This commit is contained in:
Калистратов Максим
2026-06-06 13:43:20 +03:00
parent b0e5ba4d12
commit fd6e0bdf7c

View File

@@ -24,9 +24,6 @@ return {
variableTypes = { variableTypes = {
enabled = true, enabled = true,
}, },
functionLikeReturnTypes = {
enabled = true,
},
}, },
}, },
---@type lspconfig.settings.vtsls ---@type lspconfig.settings.vtsls