Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConfigurationChangeEvent

An event describing the change in Configuration

Hierarchy

  • ConfigurationChangeEvent

Index

Methods

affectsConfiguration

  • affectsConfiguration(section: string, resource?: Uri): boolean
  • Returns true if the given section for the given resource (if provided) is affected.

    Parameters

    • section: string

      Configuration name, supports dotted names.

    • Optional resource: Uri

      A resource Uri.

    Returns boolean

    true if the given section for the given resource (if provided) is affected.