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.
WillSaveTextDocument
DidSaveTextDocument
1 parent cd57429 commit 98d4fcfCopy full SHA for 98d4fcf
Sources/LanguageServerProtocol/Messages.swift
@@ -105,13 +105,15 @@ public let builtinNotifications: [NotificationType.Type] = [
105
DidOpenTextDocumentNotification.self,
106
DidRenameFilesNotification.self,
107
DidSaveNotebookDocumentNotification.self,
108
+ DidSaveTextDocumentNotification.self,
109
ExitNotification.self,
110
InitializedNotification.self,
111
LogMessageNotification.self,
112
LogTraceNotification.self,
113
PublishDiagnosticsNotification.self,
114
SetTraceNotification.self,
115
ShowMessageNotification.self,
116
+ WillSaveTextDocumentNotification.self,
117
WorkDoneProgress.self,
118
]
119
0 commit comments