Skip to content

Commit 879eaef

Browse files
committed
fix(Tests.InitializationTests): fix testMultiTargetWorkspace
1 parent 105bed5 commit 879eaef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/CSharpLanguageServer/Lsp/Workspace.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ let workspaceWithSolutionsLoaded
180180
let updatedWf = { wf with Solution = newSolution }
181181
updatedWorkspace <- updatedWf |> workspaceWithFolder updatedWorkspace
182182

183+
do! progressReporter.Report(false, sprintf "Finished loading workspace folder %s" wf.Uri)
184+
183185
folderNum <- folderNum + 1
184186

185187
let endMessage = sprintf "Finished loading workspace"

0 commit comments

Comments
 (0)