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 ab9513e + b288767 commit 007d2cfCopy full SHA for 007d2cf
Sources/LanguageServerProtocol/Messages.swift
@@ -70,6 +70,7 @@ public let builtinRequests: [_RequestType.Type] = [
70
ShutdownRequest.self,
71
SignatureHelpRequest.self,
72
SymbolInfoRequest.self,
73
+ TriggerReindexRequest.self,
74
TypeDefinitionRequest.self,
75
TypeHierarchyPrepareRequest.self,
76
TypeHierarchySubtypesRequest.self,
0 commit comments