Skip to content

Commit 58a610b

Browse files
authored
Add some more missing lenses (#307)
1 parent 9c13268 commit 58a610b

File tree

1 file changed

+4
-1
lines changed
  • lsp-types/src/Language/LSP/Types

1 file changed

+4
-1
lines changed

lsp-types/src/Language/LSP/Types/Lens.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ makeFieldsNoPrefix ''LocationLink
115115
makeFieldsNoPrefix ''MarkupContent
116116

117117
-- Completion
118-
makeFieldsNoPrefix ''InsertReplaceEdit
118+
makeFieldsNoPrefix ''CompletionDoc
119+
makeFieldsNoPrefix ''CompletionEdit
119120
makeFieldsNoPrefix ''CompletionItem
120121
makeFieldsNoPrefix ''CompletionContext
121122
makeFieldsNoPrefix ''CompletionList
@@ -128,6 +129,7 @@ makeFieldsNoPrefix ''CompletionItemInsertTextModeClientCapabilities
128129
makeFieldsNoPrefix ''CompletionItemClientCapabilities
129130
makeFieldsNoPrefix ''CompletionItemKindClientCapabilities
130131
makeFieldsNoPrefix ''CompletionClientCapabilities
132+
makeFieldsNoPrefix ''InsertReplaceEdit
131133

132134
-- Declaration
133135
makeFieldsNoPrefix ''DeclarationClientCapabilities
@@ -196,6 +198,7 @@ makeFieldsNoPrefix ''RenameClientCapabilities
196198
makeFieldsNoPrefix ''RenameOptions
197199
makeFieldsNoPrefix ''RenameRegistrationOptions
198200
makeFieldsNoPrefix ''RenameParams
201+
makeFieldsNoPrefix ''PrepareSupportDefaultBehavior
199202

200203
-- PrepareRename
201204
makeFieldsNoPrefix ''PrepareRenameParams

0 commit comments

Comments
 (0)