microsoft / vscode-cosmosdb

Azure Databases extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb
MIT License
155 stars 69 forks source link

Fix an issue where a MongoDB connection error might be hidden #2384

Closed sevoku closed 2 weeks ago

sevoku commented 2 weeks ago

If the connection to a Mongo RU account fails, the actual error is not shown, instead there is another error: image since this._root.isEmulator might be undefined.