Skip to main content

Interface: ConfigurationChangeEvent

Defined in: packages/extension-api/src/extension-api.d.ts:1200

An event describing the change in Configuration

Methods

affectsConfiguration()

affectsConfiguration(section, scope?): boolean

Defined in: packages/extension-api/src/extension-api.d.ts:1209

Checks if the given section has changed. If scope is provided, checks if the section has changed for resources under the given scope.

Parameters

section

string

Configuration name, supports dotted names.

scope?

ConfigurationScope

A scope in which to check.

Returns

boolean

true if the given section has changed.