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.
2 parents f487ebd + 17cb540 commit 3f8d7feCopy full SHA for 3f8d7fe
Sources/LanguageServerProtocol/Messages.swift
@@ -69,6 +69,7 @@ public let builtinRequests: [_RequestType.Type] = [
69
ShutdownRequest.self,
70
SignatureHelpRequest.self,
71
SymbolInfoRequest.self,
72
+ TriggerReindexRequest.self,
73
TypeDefinitionRequest.self,
74
TypeHierarchyPrepareRequest.self,
75
TypeHierarchySubtypesRequest.self,
0 commit comments