Skip to content

Commit 3043c68

Browse files
thomasjmlukel97
andauthored
Add Maybe to [CodeActionKind]
Co-Authored-By: Luke Lau <[email protected]>
1 parent 71e5e74 commit 3043c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-lsp-types/src/Language/Haskell/LSP/Types/DataTypesJSON.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ export interface CodeActionOptions {
279279
data CodeActionOptions =
280280
CodeActionOptionsStatic Bool
281281
| CodeActionOptions
282-
{ _codeActionKinds :: [CodeActionKind]
282+
{ _codeActionKinds :: Maybe [CodeActionKind]
283283
} deriving (Read,Show,Eq)
284284

285285
deriveJSON (lspOptions { sumEncoding = A.UntaggedValue }) ''CodeActionOptions

0 commit comments

Comments
 (0)