Skip to content

Commit 7c96c28

Browse files
author
Paul van Brenk
committed
Fix test failure
1 parent f310310 commit 7c96c28

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/server/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ namespace ts.server {
667667
errorCodes: errorCodes,
668668
};
669669

670-
const request = this.processRequest<protocol.CodeFixRequest>(CommandNames.GetCodeFixesFull, args);
670+
const request = this.processRequest<protocol.CodeFixRequest>(CommandNames.GetCodeFixes, args);
671671
const response = this.processResponse<protocol.CodeFixResponse>(request);
672672

673673
return response.body.map(entry => this.convertCodeActions(entry, fileName));

0 commit comments

Comments
 (0)