提交 bf5b0585 编写于 作者: J Johannes Rieken

skip suggestions with additional edits when cycling, #28215

上级 953d1801
......@@ -68,7 +68,7 @@ export class SuggestAlternatives {
if (newIndex === index) {
break;
}
if (!model.items[newIndex].suggestion.insertTextIsSnippet) {
if (!model.items[newIndex].suggestion.insertTextIsSnippet && !model.items[newIndex].suggestion.additionalTextEdits) {
break;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册