Skip to content

Commit 77610f6

Browse files
author
Paul van Brenk
committed
rename of the response body
1 parent c29e9b7 commit 77610f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/protocol.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ declare namespace ts.server.protocol {
926926

927927
export interface CodeFixResponse extends Response {
928928
/** The code actions that are available */
929-
codeActions: CodeAction[];
929+
body?: CodeAction[];
930930
}
931931

932932
export interface CodeAction {

0 commit comments

Comments
 (0)