astro-nvim-v3 - up to state
This commit is contained in:
@@ -9,7 +9,7 @@ return {
|
|||||||
|
|
||||||
disableOrganizeImports = true,
|
disableOrganizeImports = true,
|
||||||
-- disableLanguageServices = true,
|
-- disableLanguageServices = true,
|
||||||
disableTaggedHints = true,
|
-- disableTaggedHints = true,
|
||||||
analysis = {
|
analysis = {
|
||||||
-- diagnosticMode = "workspace",
|
-- diagnosticMode = "workspace",
|
||||||
diagnosticMode = "openFilesOnly",
|
diagnosticMode = "openFilesOnly",
|
||||||
@@ -27,6 +27,7 @@ return {
|
|||||||
useLibraryCodeForTypes = false,
|
useLibraryCodeForTypes = false,
|
||||||
deprecateTypingAliases = false,
|
deprecateTypingAliases = false,
|
||||||
enableReachabilityAnalysis = false,
|
enableReachabilityAnalysis = false,
|
||||||
|
|
||||||
strictListInference = true,
|
strictListInference = true,
|
||||||
strictDictionaryInference = true,
|
strictDictionaryInference = true,
|
||||||
strictSetInference = true,
|
strictSetInference = true,
|
||||||
@@ -47,7 +48,7 @@ return {
|
|||||||
reportArgumentType = false,
|
reportArgumentType = false,
|
||||||
reportAttributeAccessIssue = false,
|
reportAttributeAccessIssue = false,
|
||||||
|
|
||||||
reportCallIssue = false,
|
-- reportCallIssue = false,
|
||||||
-- reportNoOverloadImplementation = false,
|
-- reportNoOverloadImplementation = false,
|
||||||
-- reportOverlappingOverload = false,
|
-- reportOverlappingOverload = false,
|
||||||
-- reportInconsistentOverload = false,
|
-- reportInconsistentOverload = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user