Josephblt commented on PR #2165: URL: https://github.com/apache/incubator-kie-tools/pull/2165#issuecomment-1954253682
Hello @jomarko. - Once it is installed into VS Code, are validation messages automatically shown to the user? Yes. Once installed, Bpmn and Dmn files behave like any other supported language. So any time the user opens a file or changes something, the files are validated. If any error is detected it is reported to the Problems tab. - Or does use need to do any additional setting? It works right out of the box. But it supports a few configurations. You can run the services locally or point to any address you want. You can also set how long between each connection check. - Does user needs to open some specific panel in VS Code? Nothing, it is intended to work just as any other script/language validator. If you change a file it reports the errors. - Does user need to start validation by some command? You can, but it's not necessary. It detects file activity, both from VS Code itself and outside sources (Git changes for example). - Is user prompted to install this new extension once old DMN or BPMN extension is installed and the new is not detected? No, but this is a cool feature that we already discussed. However, this is a change that needs to be implemented in the DMN and BPMN extensions themselves. So not part of this PR. -- 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]
