Skip to content

Enum values should start with caps #223384

@Tyriar

Description

@Tyriar

Testing #223154

export enum ExcludeSettingOptions {
/*
* Don't use any exclude settings.
*/
none = 1,
/*
* Use:
* - files.exclude setting
*/
filesExclude = 2,
/*
* Use:
* - files.exclude setting
* - search.exclude setting
*/
searchAndFilesExclude = 3
}

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsiderssearchSearch widget and operation issuessearch-apiverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions