mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 10:12:34 -05:00
- Azure token wasn't being copied into profile so expand didn't work, it spun forever - Fixed this by saving in password/token after the connection profile copy, & refactored to be cleaner - We should ideally ensure session notifies resolves even on fail so if there's a different error it'll break, not spin forever. Punting this part of the fix for now - Also doesn't solve issue where we always try to connect even if user + password combo isn't saved. Will investigate / work in a separate PR on this.