Open fve1611 opened 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.
}
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.
}