How to import the templates from /conf into IntelliJ or VSCode?
Hi AEM Community, I used the Editable Template to create a new template, and when I'm done, the new template is to be found under /conf in CRXDE. Then I tried to import the new template into an IDE - ideally either IntelliJ or VSCode, but had a hard time doing so.
****What I've tried****
I tried to use the VSCode AEM Sync extension which is very nice and did part of the job as shown below. I right-click on jcr_root and do "Import from AEM Server"

it only imported the /content/jcr_root/content, not the /conf

****What I expected - a working example from another project****
What I expected was something like from the WKND project as follows:
****More Info****
If I right-clicked for "Import from AEM Server" the path above jcr_root, I received an error message, that's why doing it on the ui.content level or the src/main/content level isn't an option here
****So my question is****
How can I get the /conf into my IDE?
It doesn't have to be VSCode AEM Sync, if anybody knows how to achieve the same goal with IntelliJ (via e.g. IntelliVault)?