5 references to WorkspacePath
Microsoft.VisualStudioCode.Razor.IntegrationTests (5)
DiagnosticsTests.cs (3)
72var fileName = Path.Combine(TestServices.Workspace.WorkspacePath, "Components/Pages/Home.razor"); 92var fileName = Path.Combine(TestServices.Workspace.WorkspacePath, "Components/Pages/Home.razor"); 110var fileName = Path.Combine(TestServices.Workspace.WorkspacePath, "UnusedDirective.cshtml");
Services\EditorService.cs (1)
30var filePath = Path.Combine(TestServices.Workspace.WorkspacePath, _currentOpenFile);
Services\VSCodeIntegrationTestBase.cs (1)
90await TestServices.VSCode.LaunchAsync(TestServices.Workspace.WorkspacePath).WaitAsync(cts.Token);