Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PreferenceChange

Representation of a preference change. A preference value can be set to undefined for a specific scope. This means that the value from a more general scope will be used.

Hierarchy

  • PreferenceChange

Implemented by

Index

Properties

Optional Readonly newValue

newValue: any

The new value of the changed preference.

Optional Readonly oldValue

oldValue: any

The old value of the changed preference.

Readonly preferenceName

preferenceName: string

The name of the changed preference.

Readonly scope

The PreferenceScope of the changed preference.

Methods

affects

  • affects(resourceUri?: string): boolean