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.
1 parent f310310 commit 7c96c28Copy full SHA for 7c96c28
src/server/client.ts
@@ -667,7 +667,7 @@ namespace ts.server {
667
errorCodes: errorCodes,
668
};
669
670
- const request = this.processRequest<protocol.CodeFixRequest>(CommandNames.GetCodeFixesFull, args);
+ const request = this.processRequest<protocol.CodeFixRequest>(CommandNames.GetCodeFixes, args);
671
const response = this.processResponse<protocol.CodeFixResponse>(request);
672
673
return response.body.map(entry => this.convertCodeActions(entry, fileName));
tests/cases/fourslash/server/superFix1.ts renamed to tests/cases/fourslash/server/codefix.ts
0 commit comments