Improve perform
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user