ILanguageClientExecuteCommandProvider Interface

Definition

Caution

Use ILanguageClientMiddleLayer instead

Interface representing a provider which can implement custom behavior around the 'workspace/executeCommand' request.

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

Remarks

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

Methods

ExecuteCommand(ExecuteCommandParams, Func<ExecuteCommandParams,Task>)

Intercepts calls for the 'workspace/executeCommand' request.

Applies to