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.56k stars 901 forks source link

Explorer Widget on dashboard incorrect context menu actions #9582

Open abist opened 4 years ago

abist commented 4 years ago

The table objects in the explorer widget on dashboard doesn't have all the context menu actions.

Steps to repro -

  1. Right click any table from the explorer widget on dashboard

Expected - All context menu actions including Script as DROP in order. Actual - Only a subset of them shows in wrong order.

Screen Shot 2020-03-12 at 10 19 38 AM
adsbot[bot] commented 4 years ago

Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

alanrenmsft commented 4 years ago

dupe of #8913

abist commented 4 years ago

@alanrenmsft This is a separate issue. The other issue is an enhancement asking for other context menu actions to be included in the API via a contribution point, whereas this issue indicates that even the ones available such as Script as DROP are missing even though Script as Create is available.

alanrenmsft commented 4 years ago

I was actually planning to make it show the same menu items, not only the contributed ones. i can leave this open to track that.