We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105bed5 commit 879eaefCopy full SHA for 879eaef
1 file changed
src/CSharpLanguageServer/Lsp/Workspace.fs
@@ -180,6 +180,8 @@ let workspaceWithSolutionsLoaded
180
let updatedWf = { wf with Solution = newSolution }
181
updatedWorkspace <- updatedWf |> workspaceWithFolder updatedWorkspace
182
183
+ do! progressReporter.Report(false, sprintf "Finished loading workspace folder %s" wf.Uri)
184
+
185
folderNum <- folderNum + 1
186
187
let endMessage = sprintf "Finished loading workspace"
0 commit comments