Hi,
I’m using Illuminated Cloud in a project where I have multiple source paths defined like this:
```
force-app/main/default
force-app/main/other-app
```
When I retrieve or pull metadata:
• If the metadata already exists under export-app, it updates correctly there.
• However, if the metadata does not yet exist in any local folder, it’s always downloaded into the default folder.
I know I can modify sfdx-project.json to change the "default": true package directory, but I’d like to know if there’s a simpler or more practical way to control where new metadata goes, especially when working within Illuminated Cloud.
As you can see, it inserted an unexpected main subdirectory inside other-app, resulting in a nested path like other-app/main/layout instead of other-app/layout.
Is this expected behavior? Or is there something I might have misconfigured?