Skip to content

Commit ad04aab

Browse files
authored
1 parent 67de6de commit ad04aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/contrib/inlineCompletions/browser/inlineCompletionsModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ export class InlineCompletionsSession extends BaseGhostTextWidgetModel {
522522
]
523523
);
524524
this.editor.setPosition(completion.snippetInfo.range.getStartPosition());
525-
SnippetController2.get(this.editor)?.insert(completion.snippetInfo.snippet);
525+
SnippetController2.get(this.editor)?.insert(completion.snippetInfo.snippet, { undoStopBefore: false });
526526
} else {
527527
this.editor.executeEdits(
528528
'inlineSuggestion.accept',

0 commit comments

Comments
 (0)