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
Hi,
I think there is a regression in the vscode.window.showInputBox API, in the validateInput method. In the latest Theia versions, the validation error message is shown in a regular color style, but in an old Theia version (1.45), it was rendered in RED, which is the correct color.
Steps to Reproduce:
use a vscode extension with a command that calls the vscode.window.showInputBox
you should also implement the validateInput method in the showInputBox options object
call the command in Theia that should trigger the validation error message
the message will be rendered without the error styling
Screenshot of an old version:
Screenshot of the latest Theia version:
Additional Information
Operating System: Mac
Theia Version: 1.55
The text was updated successfully, but these errors were encountered:
Bug Description:
Hi,
I think there is a regression in the vscode.window.showInputBox API, in the validateInput method. In the latest Theia versions, the validation error message is shown in a regular color style, but in an old Theia version (1.45), it was rendered in RED, which is the correct color.
Steps to Reproduce:
Screenshot of an old version:
Screenshot of the latest Theia version:
Additional Information
The text was updated successfully, but these errors were encountered: