Closed
Description
The editor's suggest widget shows a spinning message when it takes a while to get suggestions. /Users/meganrogge/Repos/vscode/src/vs/editor/contrib/suggest/browser/suggestWidget.ts
The simple suggest widget should also show this, but doesn't currently. /Users/meganrogge/Repos/vscode/src/vs/workbench/services/suggest/browser/simpleSuggestWidget.ts
It can take awhile, especially on Windows, for suggestions to appear, so we need this to work.