question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple extensions registering the 'type' command

See original GitHub issue
  • VSCode Version: 1.5.3
  • OS Version: Windows 10

Steps to Reproduce:

  1. Install and enable VSCodeVim and vscode-jumpy
  2. Open a file with text
  3. Run the command Jumpy Word Mode. Two letter decorations should appear at the start of each word
  4. Type in the two letter code for that word. Jumpy functionality should enact a ‘Jump’ to the cursor position of that decorator.
  5. It doesn’t work 😦 The keystrokes are being processed by VSCodeVim, not Jumpy.

I am the author of vscode-jumpy (repo). A user has reported that Jumpy does not work in combination with VSCodeVim: wmaurer/vscode-jumpy#1.

It seems that both extensions are doing a registerCommand('type'), but VSCodeVim seems to take priority over vscode-jumpy. Is there are way to manage which extension has priority, so that it can receive and process the keystrokes? Ideally I want to Jumpy to receive and process the next two keystrokes after enabling Jumpy Word Mode, but then let the rest of the keystrokes forward to VSCodeVim.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:62
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

10reactions
wdcommented, Nov 15, 2018

It’s has been 2 years, still can’t get emacs-keymap work with ace-jump ext, does anyone have solution about this issue ?

6reactions
Shinikamicommented, Jul 7, 2018

Hey, all. May we have this issue updated, please?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multiple extensions registering the 'type' command #13441
It seems that both extensions are doing a registerCommand('type') , but VSCodeVim seems to take priority over vscode-jumpy . Is there are way...
Read more >
Registering extensions for use in the CloudFormation registry
Extension versions and scope​​ You can register multiple versions of an extension, and specify which version you want to use. Use the SetTypeDefaultVersion ......
Read more >
How to Register a File Type for a New Application - Win32 apps
Step 1: Note that some file types have multiple extensions that point to the same ProgID; for example: HKEY_CLASSES_ROOT\App.jpeg (your ProgID) ...
Read more >
registering multiple file extensions with one mime-type
My application needs to register two file extensions, both of which should map to the mime type "text/tab-separated-values", ...
Read more >
Is there a batch commandfor windows 10 to register a file ...
In the command prompt type: FTYPE /?. and: ASSOC /?. Check out these pages: https://ss64.com/nt/ftype.html · https://ss64.com/nt/assoc.html.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found