3 references to CreateTsTestLspServerAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
LanguageServer\VSTypeScriptHandlerTests.cs (3)
51
await using var testLspServer = await
CreateTsTestLspServerAsync
(workspaceXml);
72
await using var testLspServer = await
CreateTsTestLspServerAsync
(workspaceXml, new InitializationOptions());
96
await using var testLspServer = await
CreateTsTestLspServerAsync
(workspaceXml);