mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
Fix connectionId remapping (#6269)
This commit is contained in:
@@ -21,7 +21,7 @@ export class ExtHostConnectionManagement extends ExtHostConnectionManagementShap
|
||||
public $getCurrentConnection(): Thenable<azdata.connection.ConnectionProfile> {
|
||||
let connection: any = this._proxy.$getCurrentConnection();
|
||||
connection.then((conn) => {
|
||||
if (conn && conn.providerId) {
|
||||
if (conn) {
|
||||
conn.providerId = conn.providerName;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user