mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 91e99652cd5fcfc072387c64e151b435e39e8dcf (#6962)
This commit is contained in:
@@ -214,7 +214,7 @@ export class PreferencesService extends Disposable implements IPreferencesServic
|
||||
|
||||
private openSettings2(options?: ISettingsEditorOptions): Promise<IEditor> {
|
||||
const input = this.settingsEditor2Input;
|
||||
return this.editorGroupService.activeGroup.openEditor(input, options)
|
||||
return this.editorService.openEditor(input, options)
|
||||
.then(() => this.editorGroupService.activeGroup.activeControl!);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user