2 references to ShutdownAsync
Microsoft.CommonLanguageServerProtocol.Framework.Package (2)
AbstractLanguageServer.cs (1)
268
await lifeCycleManager.
ShutdownAsync
().ConfigureAwait(false);
ILifeCycleManager.cs (1)
22
/// This is always called after the LSP shutdown request and <see cref="
ShutdownAsync
"/> runs