Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this extension is intercepting keystrokes meant for another extension #25

Open
ironsheep opened this issue Jul 17, 2023 · 0 comments
Open

Comments

@ironsheep
Copy link

I'm the author of the Spin2 VSCode Extension.

I also hook ctrl+alt-D. My extension is active for .spin and .spin2 files. When both of our extensions are installed this one (doc this) intercepts the ctrl+alt-D request and generates an error saying it only supports javascript and typescript. Then my extension doesn't get the keystroke.

How about you only intercept the keystroke if it's against one of the document suffixes you support? Alternatively, at least let the keystroke be passed on to other extensions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant