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 12ca1fd commit a1be3f3Copy full SHA for a1be3f3
example/Reactor.hs
@@ -225,7 +225,7 @@ handle = mconcat
225
let edit = J.TextEdit (J.mkRange l c l (c + T.length newName)) newName
226
tde = J.TextDocumentEdit vdoc (J.List [edit])
227
-- "documentChanges" field is preferred over "changes"
228
- rsp = J.WorkspaceEdit Nothing (Just (J.List [tde]))
+ rsp = J.WorkspaceEdit Nothing (Just (J.List [J.InL tde]))
229
responder (Right rsp)
230
231
, requestHandler J.STextDocumentHover $ \req responder -> do
0 commit comments