martonsagi / al-object-designer

AL Object Designer for Dynamics 365 Business Central development
MIT License
39 stars 21 forks source link

Only custom objects are shown after modifying packageCachePath in a Workspace #95

Open fve1611 opened 2 years ago

fve1611 commented 2 years ago

Hi,

After modifying packageCachePath in a Workspace, so I won't have to download symbols for every extension in my workspace (see attachment for folder structure), I only see the custom objects in the AL Object Designer.

My workspace-file looks

{ "folders": [ { "name": "Customization App 1", "path": "Apps\Customization App 1" }, { "name": "Customization App 2", "path": "Apps\Customizations App 2" }, { "name": "Customization App 3", "path": "Apps\Customizations App 3" } ], "settings": { "al.enableCodeAnalysis": true, "al.codeAnalyzers": [ "${CodeCop}" ], "al.enableCodeActions": true, "al.packageCachePath": "../.alpackages" }

I cannot find a way to adjuist this setting so AL Object Designer alsow shows the alpackages. Hope there is / will come a solution.

Thanks in advance.

Folder structure }