VS Code export MAC files
Currently in Visual Studio Code when we connect to a Cache server and export the CLS and MAC files, they get placed in the following:
\Comp;anyName\src\Packages
Where the Packages folder corresponds to the different class packages we have. The MAC files are placed in the src folder and not contained in it's own folder.
Is there a way to configure the export for the MAC files so that it's contained in it's own folder like this:
\CompanyName\src\mac
Thanks in advance for your help.
-Roberto
Product version: Caché 2018.1
Look at this page, it may help you in understanding how to configure it.
If you need to store classes and mac routines separately, you can use
In the case of different behavior for different types, and place only mac routines to the specific folder, use this.
That worked Dmitry! Thank you very much!
-Roberto