mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
Add Azure account initialization logging (#13235)
This commit is contained in:
@@ -206,7 +206,7 @@ export default class AccountStore implements IAccountStore {
|
||||
if (!accounts) {
|
||||
accounts = [];
|
||||
}
|
||||
|
||||
this.logService.debug(`Read accounts from memento ${JSON.stringify(accounts)}`);
|
||||
// Make a deep copy of the account list to ensure that the memento list isn't obliterated
|
||||
accounts = deepClone(accounts);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user