Fix @kogito-apps/form-details: The embedded monaco-editor doesn't show the proper syntax highlighting #527
Labels
area:form-generation-tool
area:tools
Issues affecting Apache KIE tooling projects
type:bug
Something is behaving unexpectedly
Once you generate custom forms with the form-generation-tool they can be edited in the Runtime Tools Quarkus Extension allows editing them on the @kogito-apps/form-details component.
The component uses the monaco editor to allow the edition, but it it's missing the syntax highlighting.
This could be an issue on how the extension is bundled.
Steps to Reproduce:
pom.xml
add a dependency to theruntime-tools-quarkus-extension
mvn clean quarkus:dev
)http://locahost:8080/q/dev
) and click on the Forms link inside the Runtime Tools Quarkus ExtensionThe text was updated successfully, but these errors were encountered: