mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Revert "Separate Settings editor open and search steps" (#196997)
Revert "Separate Settings editor open and search steps (#196866)"
This reverts commit 932e49579b.
This commit is contained in:
@@ -61,6 +61,8 @@ export class SettingsEditor {
|
||||
}
|
||||
|
||||
async searchSettingsUI(query: string): Promise<void> {
|
||||
await this.openUserSettingsUI();
|
||||
|
||||
await this.code.waitAndClick(SEARCH_BOX);
|
||||
if (process.platform === 'darwin') {
|
||||
await this.code.dispatchKeybinding('cmd+a');
|
||||
|
||||
Reference in New Issue
Block a user