2 references to CreateTsTestLspServerAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
VSTypeScriptHandlerTests.cs (2)
47
await using var testLspServer = await
CreateTsTestLspServerAsync
(workspaceXml);
71
await using var testLspServer = await
CreateTsTestLspServerAsync
(workspaceXml, options);