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
Code lenses are not displayed when trying to run vscode-jsva extension as a plugin in Theia.
Looks like command-registry:CommandsConverter works incorrectly.
The text was updated successfully, but these errors were encountered:
@tsmaeder CommandsConverter wants to convert the command from CodeLens to internal command model:Command but the structure of CodeLens.Command is not the same as theia:Command
Code lenses are not displayed when trying to run vscode-jsva extension as a plugin in Theia.
Looks like
command-registry:CommandsConverter
works incorrectly.The text was updated successfully, but these errors were encountered: