Skip to content

Commit eb5dc01

Browse files
authored
Don't set "insertAsSnippet" when inserting codeblocks from an interactive session (microsoft#178155)
1 parent 1fc55cc commit eb5dc01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/interactiveSession/browser/actions/interactiveSessionCodeblockActions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ export function registerInteractiveSessionCodeBlockActions() {
108108
await bulkEditService.apply([new ResourceTextEdit(activeModel.uri, {
109109
range: activeSelection,
110110
text: context.code,
111-
insertAsSnippet: true,
112111
})]);
113112

114113
interactiveSessionService.notifyUserAction(<IInteractiveSessionUserActionEvent>{

0 commit comments

Comments
 (0)