Skip to content

Commit 98d4fcf

Browse files
committed
Add WillSaveTextDocument and DidSaveTextDocument to the known requests
1 parent cd57429 commit 98d4fcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/LanguageServerProtocol/Messages.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,15 @@ public let builtinNotifications: [NotificationType.Type] = [
105105
DidOpenTextDocumentNotification.self,
106106
DidRenameFilesNotification.self,
107107
DidSaveNotebookDocumentNotification.self,
108+
DidSaveTextDocumentNotification.self,
108109
ExitNotification.self,
109110
InitializedNotification.self,
110111
LogMessageNotification.self,
111112
LogTraceNotification.self,
112113
PublishDiagnosticsNotification.self,
113114
SetTraceNotification.self,
114115
ShowMessageNotification.self,
116+
WillSaveTextDocumentNotification.self,
115117
WorkDoneProgress.self,
116118
]
117119

0 commit comments

Comments
 (0)