Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit 0b971bc

Browse files
committed
nes: logContext: show correct proposed edits
1 parent b168a4f commit 0b971bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/extension/inlineEdits/node/nextEditProvider.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ export class NextEditProvider extends Disposable implements INextEditProvider<Ne
289289
return emptyResult;
290290
}
291291

292+
logContext.setResult(RootedLineEdit.fromEdit(new RootedEdit(documentAtInvocationTime, new StringEdit([edit]))));
293+
292294
assert(currentDocument !== undefined, 'should be defined if edit is defined');
293295

294296
telemetryBuilder.setStatus('notAccepted'); // Acceptance pending.

0 commit comments

Comments
 (0)