Skip to content

Commit 1fc55cc

Browse files
authored
don't reset the selection on message (microsoft#178148)
1 parent 46d7e02 commit 1fc55cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditorWidget.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,6 @@ export class InteractiveEditorController implements IEditorContribution {
976976

977977
if (reply.type === 'message') {
978978
this._logService.info('[IE] received a MESSAGE, continuing outside editor', provider.debugName);
979-
this._editor.setSelection(reply.wholeRange ?? wholeRange);
980979
this._instaService.invokeFunction(showMessageResponse, request.prompt, reply.message.value);
981980

982981
continue;

0 commit comments

Comments
 (0)