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