提交 4b60dd91 编写于 作者: R Rob Lourens

Fix #57396 - use exclude control for files.watcherExclude

上级 c3aebef8
......@@ -376,7 +376,8 @@ function trimCategoryForGroup(category: string, groupId: string): string {
export function isExcludeSetting(setting: ISetting): boolean {
return setting.key === 'files.exclude' ||
setting.key === 'search.exclude';
setting.key === 'search.exclude' ||
setting.key === 'files.watcherExclude';
}
function settingTypeEnumRenderable(_type: string | string[]) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册