We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/dev/microsoft/vscode
It should probably show a warning in the quick pick (through quick pick validation message) instead of doing nothing.
The text was updated successfully, but these errors were encountered:
Is the validation message exposed for quickpicks? I thought it was only available as API for input box: https://github.com/microsoft/vscode/blob/16e948e102faa324bc263ed31463ad0a95f2250c/src/vscode-dts/vscode.d.ts#L11704-L11709
Sorry, something went wrong.
@joyceerhl ah you might need to use the InputBox API instead of the QuickPick shortcut to archive this
InputBox
QuickPick
But then we wouldn't be able to provide options for the user to choose from 🤔
Maybe this is just a feature request to support validation messages for the quickpick API?
Could an item with the contents:
Invalid url: ${quickpick.value}
Be sufficient? Details of that error could be in the description/detail of quick pick item.
joyceerhl
No branches or pull requests
/dev/microsoft/vscode
)It should probably show a warning in the quick pick (through quick pick validation message) instead of doing nothing.
The text was updated successfully, but these errors were encountered: