- Open VisualFSharp.sln.
- Set VisualFSharpOpenSource project as the startup one.
- Press
F5.
- If you lucky, a new VS experimental instance opens, if not press
Ctrl+F5, then attach to it with the debugger.
- Hover over any symbol in a F# source file.
- After ~2 seconds delay the following dialog opens:

- This dialog does not disappear, no tooltip appear either until you move the mouse somewhere else.
This bug does not relate to QuickInfo, it's called in debug mode (for unknown reason, BTW), but commenting it out entirely does not help. So I think the problem is purely in ILanguageDebugInfoService.GetDataTipInfoAsync method.