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

Fresh install could not find an import command. #201

Closed Tumurtogtokh closed 3 years ago

Tumurtogtokh commented 3 years ago

Hi,

I installed the extension and tried to run "Import IntelliJ Keybindings (XML)" command but got this error:

Command 'IntelliJ Keybindings: Import IntelliJ Keybindngs (XML)' resulted in an error (command 'IntelliJ/importFile' not found)

I have tried v1.10 and v1.2.0 and use Centos8.

Thanks.

kasecato commented 3 years ago

Hi @Tumurtogtokh I've also reproduced it on Ubuntu. I just released it v1.2.1. It was happening on a combination of Linux and VS Code Marketplace. Perhaps I should report it to VS Code. We can use "/" as a command, but when we publish from VS Code Marketplace, we get a command not found error on Linux.

kasecato commented 3 years ago

203

kasecato commented 3 years ago

I just released v1.2.2 Please try it.

https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/204

Tumurtogtokh commented 3 years ago

Thanks @kasecato ! I confirm that it is working with both v1.2.2 and v1.3.0. Cheers for the quick fix :)