Skip to content

Settings: allow include patterns #181789

@bpasero

Description

@bpasero

We have a hardcoded list of exclude settings:

export function isExcludeSetting(setting: ISetting): boolean {
return setting.key === 'files.exclude' ||
setting.key === 'search.exclude' ||
setting.key === 'workbench.localHistory.exclude' ||
setting.key === 'explorer.autoRevealExclude' ||
setting.key === 'files.readonlyInclude' ||
setting.key === 'files.readonlyExclude' ||
setting.key === 'files.watcherExclude';
}

I would need something like this but for configuring includes. I see how we make some explicit decisions for the wording:

image

For a feature I am working on, I would require the same behaviour but for "included" patterns. Can we have it?

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalitysettings-editorVS Code settings editor issuesverification-neededVerification of issue is requestedverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions