Skip to content

Commit 756a217

Browse files
committed
rename suggestions: arrow down always goes to first candidate
1 parent be73f5e commit 756a217

File tree

1 file changed

+0
-6
lines changed
  • src/vs/editor/contrib/rename/browser

1 file changed

+0
-6
lines changed

src/vs/editor/contrib/rename/browser/rename.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -399,12 +399,6 @@ registerAction2(class FocusNextRenameSuggestion extends Action2 {
399399
precondition: CONTEXT_RENAME_INPUT_VISIBLE,
400400
keybinding: [
401401
{
402-
when: CONTEXT_RENAME_INPUT_FOCUSED,
403-
primary: KeyCode.Tab,
404-
weight: KeybindingWeight.EditorContrib + 99,
405-
},
406-
{
407-
when: CONTEXT_RENAME_INPUT_FOCUSED.toNegated(),
408402
primary: KeyCode.Tab,
409403
secondary: [KeyCode.DownArrow],
410404
weight: KeybindingWeight.EditorContrib + 99,

0 commit comments

Comments
 (0)