Azure / azure-cosmosdb-ads-extension

Azure Data Studio extension for Azure CosmosDB
MIT License
16 stars 10 forks source link

Handle connection string parsing errors #63

Closed sevoku closed 1 year ago

sevoku commented 1 year ago

When the ConnectionString parser fails it'll throw resulting in the caller waiting indefinitely for the result.

Now the exception will be logged and the caller will show an error message as expected.

sevoku commented 1 year ago

Building this also turned the initial PR green, so that should also be merged to avoid confusion, will push directly to the repo going forward.