Progress Bar Implementation for CodeGen in Theia

59 views Asked by At

on clicking generate java code button in theia editor it’s calling registry command in command contribution in theia. registry command is hitting IExecutableCommandService in backend LSP to generate java code.

now i need value of execution progress in theia editor so that i can implement that in progress bar.

0

There are 0 answers