mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-31 12:49:41 +01:00
Fix #124605
This commit is contained in:
@@ -1158,6 +1158,11 @@ export class SettingsEditor2 extends EditorPane {
|
||||
}
|
||||
|
||||
private async onSearchInputChanged(): Promise<void> {
|
||||
if (!this.currentSettingsModel) {
|
||||
// Initializing search widget value
|
||||
return;
|
||||
}
|
||||
|
||||
const query = this.searchWidget.getValue().trim();
|
||||
this.delayedFilterLogging.cancel();
|
||||
await this.triggerSearch(query.replace(/›/g, ' '));
|
||||
|
||||
Reference in New Issue
Block a user