Azure / azure-cosmosdb-ads-extension

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

Mongo Shell not executable on macOS #72

Closed sevoku closed 1 year ago

sevoku commented 1 year ago

On macOS the extension doesn't set the executable flag on the shell binary and therefore fails with an error when it tries to run it. Running chmod +x mongoshell/OSX/mongosh fixes it.