mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 09:35:37 -05:00
12567 Fixed Notebooks not adding to recent connections (#13113)
* 12567 Changed tryAddActiveConnection to always add recent connection * 12567 Reverted change to tryAddActiveConnection. Removed this._params.input from connectionDialogService > createModel * 12567 Simplified conditional in connectionDialogService
This commit is contained in:
@@ -480,7 +480,7 @@ export class AttachToDropdown extends SelectBox {
|
||||
}
|
||||
let connection = await this._connectionDialogService.openDialogAndWait(this._connectionManagementService,
|
||||
{
|
||||
connectionType: ConnectionType.temporary,
|
||||
connectionType: ConnectionType.editor,
|
||||
providers: providers
|
||||
},
|
||||
useProfile ? this.model.connectionProfile : undefined);
|
||||
|
||||
Reference in New Issue
Block a user