Features are behaviors or settings that can be explicitly configured.

interface Features {
    "weighted-suggestions"?: boolean;
}

Hierarchy

  • Partial<FeaturesActive>
  • Partial<FeaturesDeprecated>
  • Partial<FeaturesExperimental>
    • Features

Properties

"weighted-suggestions"?: boolean

Enable/disable using weighted suggestions.