Hi ! I'm trying to use the extension, but when I mapped the keybinding, or when I try to run the command directly from the command palette (CTRL+SHIFT+P), I get the following error:
Running the contributed command:'findJump.activate' failed.
Additional Info:
Running VSCode version 1.23.0 on X64
Find-Jump 1.2.4
This is my keybinding.json
[
{ "key": "ctrl+;","command": "findJump.activate", "when": "editorTextFocus" }
]
Am I doing something wrong ? thanks!