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 1b3c3c3 commit 10304e8Copy full SHA for 10304e8
lsp-types/src/Language/LSP/VFS.hs
@@ -279,15 +279,6 @@ closeVFS vfs (J.NotificationMessage _ _ params) =
279
in (updateVFS (Map.delete (J.toNormalizedUri uri)) vfs,["Closed: " ++ show uri])
280
281
-- ---------------------------------------------------------------------
282
-{-
283
-
284
-data TextDocumentContentChangeEvent =
285
- TextDocumentContentChangeEvent
286
- { _range :: Maybe Range
287
- , _rangeLength :: Maybe Int
288
- , _text :: String
289
- } deriving (Read,Show,Eq)
290
--}
291
292
-- | Apply the list of changes.
293
-- Changes should be applied in the order that they are
0 commit comments