ContributedFeatureEnabledValue enum
The current state of a feature within a given scope
Fields
| Undefined = -1 | The state of the feature is not set for the specified scope |
| Disabled = 0 | The feature is disabled at the specified scope |
| Enabled = 1 | The feature is enabled at the specified scope |