microsoft/vscode

command 'search.action.focusActiveEditor' not found

Closed this issue · 2 comments

imoby commented
  • VSCode Version: 1.25
  • OS Version: MacOs

Steps to Reproduce:

  1. Go to a file and attempt to do search that has multiple of same words on page
  2. After searching for word, in the hover toolbox hit enter to go to the next iteration
  3. Error is thrown that "command 'search.action.focusActiveEditor' not found"

image

Does this issue occur when all extensions are disabled?: No

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.

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.