You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Server.hs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ syncOptions =
102
102
_change =JustTextDocumentSyncKind_Incremental, -- receive change notifications from the client
103
103
_willSave =JustFalse, -- receive willSave notifications from the client
104
104
_willSaveWaitUntil =JustFalse, -- receive willSave notifications from the client
105
-
_save =Just$InR$SaveOptions (JustTrue) -- includes the document content on save, so that we don't have to read it from the disk (not sure if this is still true in lsp 2)
0 commit comments