mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Use a unique key for the accounts (#11380)
* Use a unique key for the accounts * Fix some tests * Simplify display name * Change to a random UUID
This commit is contained in:
@@ -101,7 +101,7 @@ export class AccountFeature implements StaticFeature {
|
||||
|
||||
constructor(account: azdata.Account) {
|
||||
this.account = account;
|
||||
this.label = account.key.accountId;
|
||||
this.label = account.displayInfo.displayName;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user