Move isServer flag to main dialog (to circumvent ADS bug)
Fix default and description of the flag
Remove nosql providerId
Clean up connect() code to properly Promise.reject() on error
For reference, the URI to open from the browser is:
azuredatastudio://connect?server=_cosmosdb_account_.mongocluster.cosmos.azure.com&provider=COSMOSDB_MONGO&user=_user_&authenticationType=SqlLogin&connectionProperties=%7B%22isServer%22%3A%22true%22%7D)
Changes
isServer
flag to main dialog (to circumvent ADS bug)connect()
code to properlyPromise.reject()
on errorFor reference, the URI to open from the browser is:
azuredatastudio://connect?server=_cosmosdb_account_.mongocluster.cosmos.azure.com&provider=COSMOSDB_MONGO&user=_user_&authenticationType=SqlLogin&connectionProperties=%7B%22isServer%22%3A%22true%22%7D)