Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ type internal FSharpNavigableSymbolSource(checkerProvider: FSharpCheckerProvider
try
// This call to Wait() is fine because we want to be able to provide the error message in the status bar.
gtdTask.Wait()
statusBar.Clear()

if gtdTask.Status = TaskStatus.RanToCompletion && gtdTask.Result.IsSome then
let navigableItem, range = gtdTask.Result.Value
Expand Down