提交 fc28aa10 编写于 作者: S Sandeep Somavarapu

Fix #17534

上级 839e9af2
......@@ -213,6 +213,8 @@ export class SearchRenderer extends Disposable implements IRenderer {
templateData.actions.clear();
if (searchModel.isReplaceActive()) {
templateData.actions.push([this.instantiationService.createInstance(ReplaceAction, tree, match, this.viewlet), new RemoveAction(tree, match)], { icon: true, label: false });
} else {
templateData.actions.push([new RemoveAction(tree, match)], { icon: true, label: false });
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册