We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafc464 commit 433267fCopy full SHA for 433267f
1 file changed
lua/lspconfig/types/lsp/basedpyright.lua
@@ -74,6 +74,12 @@
74
---default = "none"
75
---```
76
---@field reportDuplicateImport? "none" | "hint" | "information" | "warning" | "error" | true | false
77
+---Diagnostics for an attempt to instantiate an abstract class that has no abstract members.
78
+---
79
+---```lua
80
+---default = "none"
81
+---```
82
+---@field reportEmptyAbstractUsage? "none" | "hint" | "information" | "warning" | "error" | true | false
83
---Diagnostics for type annotations that use the `Any` type
84
---
85
---```lua
0 commit comments