al-code-outline
al-code-outline copied to clipboard
Different packageCachePath Object definitions are not available
I'm currently using this workspace structure.
The workspace contains 3 different folders.
-
App -
TestApp- with the Test Automations for App. -
.alpackages
Since the TestApp shares all dependencies with App and only has additional dependencies , I use "al.packageCachePath": "../.alpackages" so that both Apps use the same symbols and don't need to download them twice.
Using that setting, its not possible to open an Object from the packages, via. "Go to definition (project file or server definition)"