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