feat(lang): add maxInlayHintLength for vtsls to resolve inlay hint too long

This commit is contained in:
gengdz 2024-11-28 15:32:11 +08:00
parent 7bb954fd1d
commit eac493cd62

View file

@ -44,6 +44,7 @@ return {
enableMoveToFileCodeAction = true,
autoUseWorkspaceTsdk = true,
experimental = {
maxInlayHintLength = 30,
completion = {
enableServerSideFuzzyMatch = true,
},