We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e5e74 commit 3043c68Copy full SHA for 3043c68
haskell-lsp-types/src/Language/Haskell/LSP/Types/DataTypesJSON.hs
@@ -279,7 +279,7 @@ export interface CodeActionOptions {
279
data CodeActionOptions =
280
CodeActionOptionsStatic Bool
281
| CodeActionOptions
282
- { _codeActionKinds :: [CodeActionKind]
+ { _codeActionKinds :: Maybe [CodeActionKind]
283
} deriving (Read,Show,Eq)
284
285
deriveJSON (lspOptions { sumEncoding = A.UntaggedValue }) ''CodeActionOptions
0 commit comments