提交 8502893c 编写于 作者: S Sandeep Somavarapu

Fix #65381

上级 5fcddccd
......@@ -220,6 +220,7 @@ export class MarkersFilterActionItem extends BaseActionItem {
this._register(filesExcludeFilter.onChange(() => {
filesExcludeFilter.domNode.title = filesExcludeFilter.checked ? Messages.MARKERS_PANEL_ACTION_TOOLTIP_DO_NOT_USE_FILES_EXCLUDE : Messages.MARKERS_PANEL_ACTION_TOOLTIP_USE_FILES_EXCLUDE;
this.action.useFilesExclude = filesExcludeFilter.checked;
this.focus();
}));
this._register(this.action.onDidChange((event: IMarkersFilterActionChangeEvent) => {
if (event.useFilesExclude) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册