microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.54k stars 899 forks source link

Unable to open 'dashboard': Unable to resolve resource dashboard:dashboard #17348

Open eduardobr opened 2 years ago

eduardobr commented 2 years ago

Tested only using the .zip distribution

Steps to Reproduce:

  1. Unzip Azure Data Studio 1.32 and open azuredatastudio.exe
  2. Do not create a connection yet, just close it
  3. Edit your settings.json and paste some datasource.connections (from some other settings.json for example)
  4. Open Azure Data Studio again
  5. Try to right-click a connection and click Manage
  6. You get the "Unable to open 'dashboard': Unable to resolve resource dashboard:dashboard."

I found out that the solution was to simply create a dummy connection and remove it. After that I copied my settings.json from somewhere else and the Dashboard now works.

No extensions installed.

misterspeak commented 2 years ago

I had the same problem - removing this from settings.json (not sure how it got there) fixes it. "workbench.editorAssociations": { "*": "default" } hth.