You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: