2 references to CreateTsTestLspServerAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
LanguageServer\VSTypeScriptHandlerTests.cs (2)
45
await using var testLspServer = await
CreateTsTestLspServerAsync
(workspaceXml, new InitializationOptions());
69
await using var testLspServer = await
CreateTsTestLspServerAsync
(workspaceXml);