Hi! Thank for your plugin! I found some issue with plugin + target directory.
If any either generated-sources or generated-test-sources folder (or both) is presented in target directory then plugin enables compact mode and hides target dir.
Actual result:
target directory is hidden
- compact folders presented:
target\generated-sources\test-annotations
target\generated-test-sources\test-annotations

Expected result:
- Just target directory without any compact folders

P.S. The target directory appears again after removal of generated-sources and generated-test-sources.
Hi! Thank for your plugin! I found some issue with plugin +
targetdirectory.If any either
generated-sourcesorgenerated-test-sourcesfolder (or both) is presented intargetdirectory then plugin enables compact mode and hidestargetdir.Actual result:
targetdirectory is hiddentarget\generated-sources\test-annotationstarget\generated-test-sources\test-annotationsExpected result:
P.S. The
targetdirectory appears again after removal ofgenerated-sourcesandgenerated-test-sources.