-
Notifications
You must be signed in to change notification settings - Fork 34.9k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Description
- VSCode Version: 1.5.0-insiders
- OS Version: OSX 10.10.5 Yosemite
Steps to Reproduce:
- Install VSCodeVim or another extension that intercepts common keystrokes while editing code.
- Begin debugging code.
- Hit a breakpoint.
- Open up the debug console and click on the text box used for evaluating expressions.
- Press a key that VSCodeVim or another extension would typically intercept while editing the document.
- The text will not show up in the expression evaluation text box. Instead, it will be sent to the extension.
This does not happen in 1.4.0; it seems to have been introduced in the insiders build.
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug