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
As of v1.7.1 VSCode suddenly started to show me 'Search files by name' after (seemingly) random keypresses.
After some research I've found that it reacts on some phantom double-shift presses that I make while typing (like, shift, unpress, shift-I for 'I'). After some more reasearch I've found that disabling this extension resolves the problem, but that would be rather unfortunate.
Besides, I do not have this problem in IntelliJ IDEA itself -- maybe because pause between shift presses are slightly bigger or because Idea does not react to shift-shift-character presses.
Either way, right now I looking for a way to disable this function for extension, but cannot find it neither in keybinding nor in extension settings.
The text was updated successfully, but these errors were encountered:
But somehow, this keybinding does not use shift icon on Mac OS, and uses literal shift word (while all other keybindings use icon), which may be threw me off...
As of v1.7.1 VSCode suddenly started to show me 'Search files by name' after (seemingly) random keypresses.
After some research I've found that it reacts on some phantom double-shift presses that I make while typing (like,
shift
, unpress,shift-I
for 'I'). After some more reasearch I've found that disabling this extension resolves the problem, but that would be rather unfortunate.Besides, I do not have this problem in IntelliJ IDEA itself -- maybe because pause between
shift
presses are slightly bigger or because Idea does not react toshift-shift-character
presses.Either way, right now I looking for a way to disable this function for extension, but cannot find it neither in keybinding nor in extension settings.
The text was updated successfully, but these errors were encountered: