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

    Interface SettingsChangeSource

    Tells whether a configuration change touched a given section and scope.

    interface SettingsChangeSource {
        affects(section: string, scope?: SettingsScope): boolean;
    }
    Index