code-server: Intellij Idea Keybindings clipboardPasteAction not found
code-serverversion:
code-server --version
v10.15.1
- OS Version: docker
- Extension: Intellij Idea Keybindings
Description
When pasting in the editor I get a "editor.action.clipboardPasteAction' not found toast notification and pasting fails. But copying works successfully.
I can also copy and paste just fine in the terminal.
Issue on the extension repo: https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/163
Steps to Reproduce
About this issue
- Original URL
- State: open
- Created 5 years ago
- Comments: 22 (12 by maintainers)
For anyone else finding this, I just overrode this keybinding with the following in my keybindings.json file
Repro steps are in https://github.com/yzhang-gh/vscode-markdown/issues/917.
OS/Web Information
code-server --version:FYI, I’m running into this when trying to use an extension that explicitly calls
editor.action.clipboardPasteAction.Interesting, looks like VS Code web doesn’t support that command at the moment. I imagine they could do it with the clipboard API but they only use that for the terminal at the moment.