Multiple extensions registering the 'type' command
See original GitHub issue- VSCode Version: 1.5.3
- OS Version: Windows 10
Steps to Reproduce:
- Install and enable VSCodeVim and vscode-jumpy
- Open a file with text
- Run the command
Jumpy Word Mode
. Two letter decorations should appear at the start of each word - Type in the two letter code for that word. Jumpy functionality should enact a ‘Jump’ to the cursor position of that decorator.
- 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:
- Created 7 years ago
- Reactions:62
- Comments:10 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s has been 2 years, still can’t get emacs-keymap work with ace-jump ext, does anyone have solution about this issue ?
Hey, all. May we have this issue updated, please?