Open gregvanl opened 1 year ago
We register these chat provider-specific actions to show in the dynamically registered view for the provider. But, we are moving towards having one single global view instead of one registered per chat provider. When I finish that then these can go away.
Steps to Reproduce:
The query shows over 40 commands with only 6 having existing keybindings. Not sure where some of these commands are coming from since the main Copilot extension contributes 10 commands and Copilot Chat contributes 13.
Some of the entries are confusing, for example, workbench.action.chat.copilot.clear. How is
workbench.action.chat.copilot.clear
diffferent fromworkbench.action.chat.clear
(Ctrl+L), which is not shown in the query?