command 'search.action.focusActiveEditor' not found
Closed this issue · 2 comments
imoby commented
- VSCode Version: 1.25
- OS Version: MacOs
Steps to Reproduce:
- Go to a file and attempt to do search that has multiple of same words on page
- After searching for word, in the hover toolbox hit enter to go to the next iteration
- Error is thrown that "command 'search.action.focusActiveEditor' not found"
Does this issue occur when all extensions are disabled?: No
roblourens commented
You probably have a keybinding that references that command.
I removed that command in 1.25 but I meant to leave the command and only remove the keybinding.
roblourens commented
Well, I didn't restore the command right away, and it's been a couple months with no other complaints, so I'll close this.