al-code-outline icon indicating copy to clipboard operation
al-code-outline copied to clipboard

Different packageCachePath Object definitions are not available

Open LucaRoesnick opened this issue 1 year ago • 0 comments

I'm currently using this workspace structure.

image

The workspace contains 3 different folders.

  1. App
  2. TestApp - with the Test Automations for App.
  3. .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)" image

LucaRoesnick avatar Oct 08 '24 08:10 LucaRoesnick