-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monaco actions didn't works with keybinding service override #244
Comments
init services looks like this: await monacoLsp.initServices({
userServices: {
...modelService.default(),
...keybindingService.default(),
...configurationService.default(workspaceUri),
},
}); |
can you provide a minimal reproduction code ? |
Do you have a ready demo stand with basic configuration which can help me start working on it? |
isn't the demo here enough? |
I am using |
|
Should i use |
Those 2 methods only allows to update the user keybinding configuration file, like you can do in vscode, it can add new commands |
But why it didnt works out of the box? I mean via |
It seems to be a regression, the fix is in #246 |
Do you confirm the fix? |
Not able to build project, packages issues, i am waiting until language client will be released, i let you know |
7.0.2 is available |
Thanks for the notification about release. Looks much better, working well |
Hi Team!
I have a lot of custom actions for monaco-editor, they all registered after initialisation process via
createConfiguredEditor
call.And after that al actions didn't works, just ignoring by editor. What i do wrong?
The text was updated successfully, but these errors were encountered: