Add InvokeRegisteredEditorCommand to package.json #2145
Labels
Area-Configuration
Issue-Enhancement
A feature request (enhancement).
Up for Grabs
Will shepherd PRs.
You used to be able to (or at least I could have sworn you could) set a key binding to a specific editor command like this:
I think they added validation to the keybindings.json so that it would no longer work with "non-public" commands.
We should add the following to
package.json > contributes > commands
And also the under
package.json > contributes > menus > commandPalette
After adding these to my local copy it works as expected.
The text was updated successfully, but these errors were encountered: