Skip to content

Commit deec0e4

Browse files
committed
fixed InlineValueRequest response value types
1 parent 6f8c4f0 commit deec0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languageServerProtocol/protocol/InlineValue.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ typedef InlineValueParams = WorkDoneProgressParams & {
8080
@since 3.17.0
8181
**/
8282
class InlineValueRequest {
83-
public static inline final type = new ProtocolRequestType<InlineValueParams, Null<Array<InlineValueParams>>, Array<InlineValueParams>, NoData,
83+
public static inline final type = new ProtocolRequestType<InlineValueParams, Null<Array<InlineValue>>, Array<InlineValue>, NoData,
8484
InlineValueRegistrationOptions>("textDocument/inlineValue");
8585
}
8686

0 commit comments

Comments
 (0)