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
The quick-pick menu must support dynamic items. Need to implement quick-pick onDidChangeValue emitter to be able to handle the input value and dynamically update quick pick items according to the input value. Can be tested against: https://github.com/microsoft/vscode-extension-samples/tree/master/quickinput-sample: F1 => Quick Input Samples => quickOpen
onDidChangeValue
Depends on #5187
OS and Theia version:
Diagnostics:
The text was updated successfully, but these errors were encountered:
FYI, the link provided is broken https://github.com/Microsoft/vscode-extension-samples/tree/master/quickinput-samples
Sorry, something went wrong.
@vince-fugnitto Fixed the link
Is fixed by #5187
No branches or pull requests
Description
The quick-pick menu must support dynamic items. Need to implement quick-pick
onDidChangeValue
emitter to be able to handle the input value and dynamically update quick pick items according to the input value.Can be tested against: https://github.com/microsoft/vscode-extension-samples/tree/master/quickinput-sample: F1 => Quick Input Samples => quickOpen
Depends on #5187
Reproduction Steps
OS and Theia version:
Diagnostics:
The text was updated successfully, but these errors were encountered: