ILanguageServerProviderClient Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |