提交 e6488d3e 编写于 作者: J Johannes Rieken
上级 81b4f994
......@@ -447,7 +447,7 @@ export class SuggestModel implements IDisposable {
}
let clipboardText: string | undefined;
if (completions.needsClipboard) {
if (completions.needsClipboard || isNonEmptyArray(existingItems)) {
clipboardText = await this._clipboardService.readText();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册