remove some

This commit is contained in:
Yuki Ueda
2016-05-04 09:48:29 +09:00
parent 75d4d244ab
commit 6970c052d0
@@ -474,7 +474,7 @@ export class SuggestWidget implements IContentWidget, IDisposable {
private onModelModeChanged(): void {
const model = this.editor.getModel();
const supports = SuggestRegistry.all(model);
this.shouldShowEmptySuggestionList = supports.some(s => true);
this.shouldShowEmptySuggestionList = true;
}
private setState(state: State): void {