mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 16:58:55 -05:00
Settings editor filterByTag - focus search input and add a space after tag
This commit is contained in:
@@ -182,7 +182,8 @@ export class SettingsEditor2 extends BaseEditor {
|
||||
|
||||
filterByTag(tag: string): void {
|
||||
if (this.searchWidget) {
|
||||
this.searchWidget.setValue(`@tag:${tag}`);
|
||||
this.searchWidget.focus();
|
||||
this.searchWidget.setValue(`@tag:${tag} `);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user