We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be73f5e commit 756a217Copy full SHA for 756a217
src/vs/editor/contrib/rename/browser/rename.ts
@@ -399,12 +399,6 @@ registerAction2(class FocusNextRenameSuggestion extends Action2 {
399
precondition: CONTEXT_RENAME_INPUT_VISIBLE,
400
keybinding: [
401
{
402
- when: CONTEXT_RENAME_INPUT_FOCUSED,
403
- primary: KeyCode.Tab,
404
- weight: KeybindingWeight.EditorContrib + 99,
405
- },
406
- {
407
- when: CONTEXT_RENAME_INPUT_FOCUSED.toNegated(),
408
primary: KeyCode.Tab,
409
secondary: [KeyCode.DownArrow],
410
weight: KeybindingWeight.EditorContrib + 99,
0 commit comments