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 #24

Closed
rebornix opened this issue Nov 16, 2017 · 3 comments
Assignees
Labels

Comments

@rebornix
Copy link
Owner

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

@rebornix rebornix self-assigned this Nov 16, 2017
@rebornix
Copy link
Owner 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.

@jVanZwieten
Copy link

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

@rebornix
Copy link
Owner Author

This issue was moved to microsoft/vscode-vs-keybindings#5

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

2 participants