Skip to content

Commit 2ebc00a

Browse files
authored
1 parent 817a588 commit 2ebc00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/inlineEdits/vscode-node/parts/vscodeWorkspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ function toCodeActionData(codeAction: CodeAction, workspaceDocument: IVSCodeObse
826826
const codeActionData = new CodeActionData(
827827
codeAction.title,
828828
diagnostics,
829-
getDocumentEdits(codeAction, workspaceDocument),
829+
documentEdits,
830830
);
831831
return codeActionData;
832832
}

0 commit comments

Comments
 (0)