We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
editor.addAction({ id: 'my-unique-id', label: 'My Label!!!', keybindings: [monaco.KeyMod.CtrlCmd | monaco.KeyCode.F10], contextMenuGroupId: 'navigation', contextMenuOrder: 2.5, run: function(ed) { console.log("i'm running => " + ed.getPosition()); } });
The text was updated successfully, but these errors were encountered:
Fixes microsoft/monaco-editor#386: Shortcuts for actions added via ed…
71888f1
…itor.addAction don't show up in the Command Palette
microsoft/vscode@fe21b0a
alexdima
No branches or pull requests
The text was updated successfully, but these errors were encountered: