mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-30 02:02:41 +01:00
remove some
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user