diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/types/lsp/basedpyright.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/lspconfig/types/lsp/basedpyright.lua b/lua/lspconfig/types/lsp/basedpyright.lua index ffda748e..bcab4862 100644 --- a/lua/lspconfig/types/lsp/basedpyright.lua +++ b/lua/lspconfig/types/lsp/basedpyright.lua @@ -74,6 +74,12 @@ ---default = "none" ---``` ---@field reportDuplicateImport? "none" | "hint" | "information" | "warning" | "error" | true | false +---Diagnostics for an attempt to instantiate an abstract class that has no abstract members. +--- +---```lua +---default = "none" +---``` +---@field reportEmptyAbstractUsage? "none" | "hint" | "information" | "warning" | "error" | true | false ---Diagnostics for type annotations that use the `Any` type --- ---```lua |
