提交 6970c052 编写于 作者: Y Yuki Ueda

remove some

上级 75d4d244
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册