Interface DidChangeConfigurationParams

The parameters of a change configuration notification.

interface DidChangeConfigurationParams {
    settings: any;
}

Properties

Properties

settings: any

The actual changed settings