Open
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.100.2
- OS Version: Ubuntu 24.04
Steps to Reproduce:
- Open any javascript file with some variable and place the cursor to the first character of the variable identifier
- Press F2 to Rename symbol and quickly press Home (to unselect the selected variable name in the Rename symbol dialog).
Either this step works without an issue or the dialog is closed and the cursor jumps to the beginning of the line (which is an issue). Repeat this step (2) multiple times and you will reproduce the issue once out of 3 attempts always. Happens with any language.
When renaming many variables this is an issue and it should be fixed. Once the dialog is open it should not close after pressing the Home key.
I can provide a video if required.