kasecato / vscode-intellij-idea-keybindings

Port of IntelliJ IDEA key bindings for VS Code.
https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings
MIT License
819 stars 136 forks source link

Paste Command not found #163

Closed NickBolles closed 4 years ago

NickBolles commented 4 years ago

I'm getting a toast notification that reads:

command 'editor.action.clipboardPasteAction' not found

I'm using code-server, v2:

Version: 1.39.2
Commit: f133b00851c6c05aedaf78ff139443a46cd8d036
Date: 2019-10-21T22:06:51.355Z
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36
NickBolles commented 4 years ago

I'm not able to reproduce this with a local windows install on 1.39.2. Maybe this is a code-server compatibility issue?

local vscode info:

Version: 1.39.2 (user setup)
Commit: 6ab598523be7a800d7f3eb4d92d7ab9a66069390
Date: 2019-10-15T15:35:18.241Z
Electron: 4.2.10
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Windows_NT x64 10.0.17763
NickBolles commented 4 years ago

see https://github.com/cdr/code-server/issues/1105 for my temporary solution, to remove the offending keybinding and use the stock paste.

kasecato commented 4 years ago

@NickBolles Should I remove the keybinding and let the VSCode default settings?

NickBolles commented 4 years ago

@kasecato I'm not entirely sure. But that seems like it would work given my workaround just removed the setting defined by this extension.

kasecato commented 4 years ago

@NickBolles I removed this settings from package.json. Please check it.