Skip to content

Commit 54bca0d

Browse files
committed
Add InlayHintsRequest to the builtinRequests
1 parent 19b6567 commit 54bca0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/LanguageServerProtocol/Messages.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public let builtinRequests: [_RequestType.Type] = [
4747

4848
SymbolInfoRequest.self,
4949
PollIndexRequest.self,
50+
InlayHintsRequest.self,
5051
]
5152

5253
/// The set of known notifications.

0 commit comments

Comments
 (0)