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

[vscode] Support InputBox#valueSelection #12016

Closed
Tracked by #12019
rschnekenbu opened this issue Dec 22, 2022 · 1 comment · Fixed by #12050
Closed
Tracked by #12019

[vscode] Support InputBox#valueSelection #12016

rschnekenbu opened this issue Dec 22, 2022 · 1 comment · Fixed by #12050
Assignees
Labels
vscode issues related to VSCode compatibility

Comments

@rschnekenbu
Copy link
Contributor

see https://code.visualstudio.com/api/references/vscode-api#InputBox

  • valueSelection: readonly [number, number]
    Selection range in the input value. Defined as tuple of two number where the first is the inclusive start index and the second the exclusive end index. When undefined the whole pre-filled value will be selected, when empty (start equals end) only the cursor will be set, otherwise the defined range will be selected.
    This property does not get updated when the user types or makes a selection, but it can be updated by the extension.
@msujew msujew added the vscode issues related to VSCode compatibility label Dec 27, 2022
@jonah-iden
Copy link
Contributor

Hi, i would try working on this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants