ILanguageClientDidChangeConfigurationProvider Interface

Definition

Caution

Use ILanguageClientMiddleLayer instead

Interface representing a provider which can implement custom behavior around the 'workspace/didChangeConfiguration' notification.

public interface class ILanguageClientDidChangeConfigurationProvider
[System.Obsolete("Use ILanguageClientMiddleLayer instead")]
public interface ILanguageClientDidChangeConfigurationProvider
[<System.Obsolete("Use ILanguageClientMiddleLayer instead")>]
type ILanguageClientDidChangeConfigurationProvider = interface
Public Interface ILanguageClientDidChangeConfigurationProvider
Attributes

Remarks

All of the methods defined on this interface must be implemented and should not default to throw NotImplementedException

Methods

DidChangeConfiguration(DidChangeConfigurationParams, Func<DidChangeConfigurationParams,Task>)

Intercepts calls for the 'workspace/didChangeConfiguration' notification.

Applies to