mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-17 09:35:37 -05:00
* Fix GUID parse error breaking on-prem connections - Fixes https://github.com/Microsoft/sqlopsstudio/issues/1896 - Verified this is only used in retry logic on Azure, so the fact it's failing on-prem isn't relevant. It's still unclear why in some cases the session ID is non-null but not a GUID. * Added back logging if parse of the GUID fails