-
Feature Request
-
Resolution: Unresolved
-
Optional
-
None
In VS Code, the package property in new .bpmn files was created empty and is soon going to be created with "default" as it's value. It would be great if we could evaluate the file path and recognize if it is part of a maven repository, and if positive fill the package property with a value based on it. If negative we should keep the "default" value.
For example, if it is a maven project than file path will be like some /path/ProjectName/src/main/java/folder/folder2/FileName.bpmn
So, if file path contains src/main/java all between it and file name can be a package, just need to replace / or \ to dots.
- is related to
-
KOGITO-1748 VSCode editor - Package property is empty when the process is created
- Resolved