Skip to content

Commit

Permalink
Update src/Razor/test/Microsoft.VisualStudio.LanguageServices.Razor.T…
Browse files Browse the repository at this point in the history
…est/Cohost/CohostEndpointTestBase.cs

Co-authored-by: Dustin Campbell <dustin@teamcampbell.org>
  • Loading branch information
davidwengier and DustinCampbell authored Jul 18, 2024
1 parent 6faa9e9 commit dab3950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ protected TextDocument CreateProjectAndRazorDocument(string contents, string? fi
documentFilePath)
.WithMetadataReferences(AspNet80.ReferenceInfos.All.Select(r => r.Reference));

// Importantly, we use Roslyns remote workspace here so that when our OOP services call into Roslyn, their code
// Importantly, we use Roslyn's remote workspace here so that when our OOP services call into Roslyn, their code
// will be able to access their services.
var workspace = RemoteWorkspaceAccessor.GetWorkspace();
var solution = workspace.CurrentSolution.AddProject(projectInfo);
Expand Down

0 comments on commit dab3950

Please sign in to comment.