Skip to content

showInputBox without highlighting default value #10582

@rebornix

Description

@rebornix
  • VSCode Version: 1.5.0-insider
  • OS Version: Windows 10

Steps to Reproduce:

  1. Run await vscode.window.showInputBox({prompt: "cmd line", value: "set"})
  2. the value set is highlighted/selected

Currently we can't put the cursor at the end of the default value when running showInputBox. In this case, users have to move the cursor manually if we want to keep the default value as prefix always.

Metadata

Metadata

Assignees

Labels

apifeature-requestRequest for new features or functionalityquick-pickQuick-pick widget issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions