7
Please add the possibility to define multiple locations for symbols.

Current:
{
"al.packageCachePath": "./.alpackages"
}

Idea:
{
"al.packageCachePath": [ "./.alpackages", "./.alpackages/some-extension" ]
}

Why it could help us?
When working on a new extension it would make sense to develop against another extension which is not currently deployed to a docker or sandbox environment.
With such an implementation we could use package managers like npm, yarn, bower to get everything in place to start working.

Alternative:
Search symbols also in the subfolders of /.alpackages.


Category: Development
STATUS DETAILS
Planned
2023 Release Wave 1
Ideas Administrator

Thank you for your feedback. We have added support for this in 2023 release wave 1, you can already try it out in the insider VSIX build.

Regards,
Business Central R&D