@@ -12,6 +12,7 @@ add_library(LanguageServerProtocol
12
12
13
13
Notifications/CancelRequestNotification.swift
14
14
Notifications/ConfigurationNotification.swift
15
+ Notifications/DidChangeWatchedFilesNotification.swift
15
16
Notifications/DidChangeWorkspaceFoldersNotification.swift
16
17
Notifications/ExitNotification.swift
17
18
Notifications/InitializedNotification.swift
@@ -36,9 +37,11 @@ add_library(LanguageServerProtocol
36
37
Requests/InitializeRequest.swift
37
38
Requests/PollIndexRequest.swift
38
39
Requests/ReferencesRequest.swift
40
+ Requests/RegisterCapabilityRequest.swift
39
41
Requests/ShowMessageRequest.swift
40
42
Requests/ShutdownRequest.swift
41
43
Requests/SymbolInfoRequest.swift
44
+ Requests/UnregisterCapabilityRequest.swift
42
45
Requests/WorkspaceFoldersRequest.swift
43
46
Requests/WorkspaceSymbolsRequest.swift
44
47
@@ -49,6 +52,8 @@ add_library(LanguageServerProtocol
49
52
SupportTypes/CompletionItemKind.swift
50
53
SupportTypes/Diagnostic.swift
51
54
SupportTypes/DocumentURI.swift
55
+ SupportTypes/FileEvent.swift
56
+ SupportTypes/FileSystemWatcher.swift
52
57
SupportTypes/FoldingRangeKind.swift
53
58
SupportTypes/Language.swift
54
59
SupportTypes/Location.swift
@@ -57,6 +62,7 @@ add_library(LanguageServerProtocol
57
62
SupportTypes/LSPAny.swift
58
63
SupportTypes/MarkupContent.swift
59
64
SupportTypes/Position.swift
65
+ SupportTypes/RegistrationOptions.swift
60
66
SupportTypes/ServerCapabilities.swift
61
67
SupportTypes/SKCompletionOptions.swift
62
68
SupportTypes/SymbolKind.swift
0 commit comments