1 implementation of LspServices
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
QueueItem.cs (1)
39public ILspServices LspServices { get; }
1 reference to LspServices
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
RequestExecutionQueue.cs (1)
218lspServices = work.LspServices;