Replies: 1 comment
-
Hey Adam! As far as I understand vscode extensions are not necessarily compatible with Monaco, since it is just a subset of vscode functionality. See microsoft/monaco-editor#430. As for keybindings, we may consider making them customizable in the future, but ideally we would do it through Monaco API, which seems to be missing microsoft/monaco-editor#102. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Livebook is great thanks for all your work!
Livebook uses Monaco which underpins vscode - I've long wondered is it possible to have a way to add configuration to that editor. Ideally keybindings, but packages would be great as well.
I've no idea what that may involve but I often find myself reflexively using keybindings that exist in my editor but don't work in Livebook.
Beta Was this translation helpful? Give feedback.
All reactions