The scope to which a feature setting applies

interface ContributedFeatureSettingScope {
    settingScope?: string;
    userScoped?: boolean;
}

Properties

settingScope?: string

The name of the settings scope to use when reading/writing the setting

userScoped?: boolean

Whether this is a user-scope or this is a host-wide (all users) setting