提交 b8088e5c 编写于 作者: A Alex Ross

Tasks with presentation clear: true and no other presentation options should clear

Fixes #61592 verification-found
上级 6ea1f725
......@@ -827,7 +827,7 @@ namespace CommandConfiguration {
clear = presentation.clear;
}
}
if (echo === void 0 && reveal === void 0 && focus === void 0 && panel === void 0 && showReuseMessage === void 0) {
if (echo === void 0 && reveal === void 0 && focus === void 0 && panel === void 0 && showReuseMessage === void 0 && clear === void 0) {
return undefined;
}
return { echo, reveal, focus, panel, showReuseMessage, clear };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册