[Extension] : How to add new menu item to query result right click context menu? #24628
-
Hi all, I'm developing an extension and need to add a menu item to the context menu in the Result grid of Azure Data Studio. Challenge: Adding an item to the right-click context menu of the Result grid, not the editor. How can I add items to the Result grid's context menu? Regards |
Beta Was this translation helpful? Give feedback.
Answered by
Charles-Gagnon
Oct 10, 2023
Replies: 1 comment 1 reply
-
Unfortunately that is not possible without changes to the core code. The result grid actions are hardcoded with a set of actions. here's the code if you're interested.If this is a feature you'd like to see please open a feature request issue and we can take a look! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
osmant
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately that is not possible without changes to the core code. The result grid actions are hardcoded with a set of actions.
azuredatastudio/src/sql/workbench/contrib/query/browser/gridPanel.ts
Line 1020 in 25cdb55
If this is a feature you'd like to see please open a feature request issue and we can take a look!