Skip to content

Esc and Ctrl+U no longer clear the contents of the interactive window input box  #7157

@joyceerhl

Description

@joyceerhl

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:

  1. 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
  2. Introduce an interactive.input.clear command that is by default not bound to any keymaps, and let users configure it themselves
  3. Introduce the command and prompt the user somehow

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIssue identified by VS Code Team member as probable buginteractive-windowImpacts interactive windownotebook-commandsverifiedVerification succeeded

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions