6 references to VSTypeScriptTestLspServer
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
LanguageServer\VSTypeScriptHandlerTests.cs (6)
49
await using
var
testLspServer = await CreateTsTestLspServerAsync(workspaceXml);
90
await using
var
testLspServer = await CreateTsTestLspServerAsync(workspaceXml);
96
private async Task<
VSTypeScriptTestLspServer
> CreateTsTestLspServerAsync(string workspaceXml, InitializationOptions? options = null)
101
return await
VSTypeScriptTestLspServer
.CreateAsync(testWorkspace, new InitializationOptions(), TestOutputLspLogger);
133
public static async Task<
VSTypeScriptTestLspServer
> CreateAsync(LspTestWorkspace testWorkspace, InitializationOptions options, AbstractLspLogger logger)
136
var
server = new VSTypeScriptTestLspServer(testWorkspace, locations, options, logger);