@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface SettingsSectionDescription

    One settings group.

    interface SettingsSectionDescription {
        contributed: boolean;
        moduleId: string;
        policy: string;
        section: string;
        values: readonly SettingDescription[];
    }
    Index
    contributed: boolean

    Whether the extension contributes the section, or only reads one the host or another extension owns.

    moduleId: string
    policy: string

    How an invalid configured value is treated: 'strict' or 'lenient'.

    section: string
    values: readonly SettingDescription[]