Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Visual Studio Keymap] Ctrl+Backspace/Ctrl+Delete keys within commit message are intercepted by extension in main editor #5

Open
rebornix opened this issue Feb 27, 2018 · 2 comments
Assignees
Labels

Comments

@rebornix
Copy link
Member

From @rebornix on November 16, 2017 22:59

From @prenetic on August 16, 2017 17:56

  • VSCode Version: 1.15.0
  • OS Version: Windows 10 version 1703 (build 15053.540)
  • Visual Studio Keymap Version: 0.1.7

Steps to Reproduce:

  1. Install Visual Studio Keymap extension and reload.
  2. Open an editor with any non-empty text file.
  3. Place the cursor somewhere in the middle of the text file (remember where) to observe behavior.
  4. Select the Source Control tab.
  5. Begin typing a commit message (does not matter if file belongs to a repository or not), and then press Ctrl+Backspace to delete a word to the left of the cursor within the commit message.
  6. Observe that the open file is now dirty and the word to the left of where the cursor in the main editor was placed in step 2 is now missing.
  7. In the same commit message, press Ctrl+Delete to delete a word to the right of the cursor within the commit message.
  8. Observe that the word to the right of the cursor in the main editor is now missing.

Reproduces without extensions: No

Copied from original issue: microsoft/vscode#32651

Copied from original issue: rebornix/vscode-vs-keybindings#24

@rebornix rebornix self-assigned this Feb 27, 2018
@rebornix
Copy link
Member Author

From @prenetic on August 16, 2017 18:4

@rebornix just realized there's a separate repo for this extension. I can re-file over there if necessary. I mistakenly landed here from the extension details after keying in on the "issue on GitHub" link.

@rebornix
Copy link
Member Author

From @jVanZwieten on February 20, 2018 17:32

My investigation shows that it's deleteWordStartLeft. When I remove that keybinding, I don't reproduce the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant