提交 6682ed09 编写于 作者: R Rob Lourens

Only show "use ignore files" button if useRipgrep is enabled

上级 ddd8dbf9
......@@ -205,9 +205,10 @@ export class SearchViewlet extends Viewlet {
let title = nls.localize('searchScope.excludes', "files to exclude");
builder.element('h4', { text: title });
const configuration = this.configurationService.getConfiguration<ISearchConfiguration>();
this.inputPatternExclusions = new PatternInputWidget(builder.getContainer(), this.contextViewService, {
ariaLabel: nls.localize('label.excludes', 'Search Exclude Patterns')
}, true);
}, configuration.search.useRipgrep);
this.inputPatternExclusions.setIsGlobPattern(exclusionsUsePattern);
this.inputPatternExclusions.setValue(patternExclusions);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册