Improve perform

This commit is contained in:
huyjaky
2025-10-26 16:37:04 +07:00
parent bad1ed5cb2
commit 3eda456458
5 changed files with 28 additions and 26 deletions

View File

@@ -9,15 +9,16 @@ return {
disableLanguageServices = false,
disableOrganizeImports = true,
disableTaggedHints = true,
openFilesOnly = true,
analysis = {
autoSearchPath = true,
useLibraryCodeForTypes = true,
useLibraryCodeForTypes = false,
logLevel = "Trace",
typeCheckingMode = "standard",
typeCheckingMode = "basic",
deprecateTypingAliases = false,
diagnosticMode = "openFilesOnly",
inlayHints = {
variableTypes = true,
-- functionReturnTypes = true,
genericTypes = true,
callArgumentNames = true,
},