Share via


ILanguageServerProviderClient Interface

Definition

Interface used by the LSP infrastructure to enable or disable the language server.

[StreamJsonRpc.RpcMarshalable]
public interface ILanguageServerProviderClient : IDisposable
[<StreamJsonRpc.RpcMarshalable>]
type ILanguageServerProviderClient = interface
    interface IDisposable
Public Interface ILanguageServerProviderClient
Implements IDisposable
Attributes
StreamJsonRpc.RpcMarshalableAttribute
Implements

Methods

SetEnabledStateAsync(Boolean, CancellationToken)

Method called by the language server provider infrastructure to request Visual Studio to start or stop the language server.

Applies to