-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Closed
Copy link
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginteractive-windowImpacts interactive windowImpacts interactive windownotebook-commandsverifiedVerification succeededVerification succeeded
Milestone
Description
Originally reported by @greazer
Webview interactive window had esc
or ctrl+u
to clear the input box contents. Now that the interactive window supports VS Code- and extension-contributed keymaps, this will cause keybinding conflicts. We have at least two options:
- Similar to Fix history navigation in VS Code interactive window VSCodeVim/Vim#6980, add code to Vim extension to route to the VS Code clear command
- Introduce an
interactive.input.clear
command that is by default not bound to any keymaps, and let users configure it themselves - Introduce the command and prompt the user somehow
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginteractive-windowImpacts interactive windowImpacts interactive windownotebook-commandsverifiedVerification succeededVerification succeeded