Interface LanguageSettingFilterFieldsPreferred

interface LanguageSettingFilterFieldsPreferred {
    languageId: MatchingFileType;
    locale?: string | string[];
}

Hierarchy (view full)

Properties

Properties

languageId: MatchingFileType

The language id. Ex: "typescript", "html", or "php". "*" -- will match all languages.

locale?: string | string[]

The locale filter, matches against the language. This can be a comma separated list. "*" will match all locales.