You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This milestone we added support for markdown links in Input Boxes:
and
This works similarly to notifications.
How to test
Prereqs
If you're testing from an extension, find an activate function in an extension and just add some code there or create a new extension (no proposed api needed)
If you're testing from Core, find a place in the code that already uses the IQuickInputService and just add some code there to play around with the API
For the Steps section below, I want you to try it out in both the "simple" and "complex" API:
Simple in Ext is the vscode.window.showInputBox API
Complex in Ext is the vscode.window.createInputBox API
Steps
For the simple ones, you'll want to:
set the prompt to something with a [asdf](https://github.com) link in it.
use the validateInput function to return something that has a string with a [asdf](https://github.com) link in it. Try all the different return options
For the complext ones, you'll want to:
set the prompt to something with a [asdf](https://github.com) link in it.
set the validationMessage to something that has a string with a [asdf](https://github.com) link in it. Try all the different return options
You should be able to see the link with an underline, click on it, and tab to it.
The text was updated successfully, but these errors were encountered:
Refs: #82112
Complexity: 2
Create Issue
This milestone we added support for markdown links in Input Boxes:
and
This works similarly to notifications.
How to test
Prereqs
IQuickInputService
and just add some code there to play around with the APIFor the Steps section below, I want you to try it out in both the "simple" and "complex" API:
vscode.window.showInputBox
APIvscode.window.createInputBox
APISteps
prompt
to something with a[asdf](https://github.com)
link in it.validateInput
function to return something that has a string with a[asdf](https://github.com)
link in it. Try all the different return optionsprompt
to something with a[asdf](https://github.com)
link in it.validationMessage
to something that has a string with a[asdf](https://github.com)
link in it. Try all the different return optionsYou should be able to see the link with an underline, click on it, and tab to it.
The text was updated successfully, but these errors were encountered: