ljmotta commented on issue #1498: URL: https://github.com/apache/incubator-kie-issues/issues/1498#issuecomment-2379177105
@jomarko I understand what you mean. I was relying on a prefix to give the context of the command, as you're right, the form code generation is exclusively for workflow projects. I just checked, and all our KIE VS Code extensions doesn't use a prefix, which is a common approach across other community extensions (e.g. Prettier, Go, TypeScript, ESLint, etc...). For this case, I'll add the prefix to the BPMN VS Code using its extension name (`KIE BPMN Editor`), and we should create a separated issue to tackle this on other extensions. Now, with the prefix in place, the current command name would be: `KIE BPMN Editor: Generate form code for human interactions`, and I guess you're right too to include de `jbpm` as we need to use the compiled JSON Schemas. Maybe `KIE BPMN Editor: Generate form code for human interactions from jBPM project`. WDYT? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
