General and per workspace settings can be easily shown through the shortcut key, Ctrl+. An intuitive menu will be shown, and by selecting Extension | AL language extension configuration, a set of configuration parameters is listed. The following screenshot shows the AL Language extension configuration parameters:
Basically, these configuration values are saved into a file called settings.json.
The following is a list of the description and values of the most common ones:
- For the following Path parameters:
- "al.packageCachePath": "./.alpackages": It is possible to change the default value to a local folder or to a shared folder for multi-developer environments. It represents the path to store and look for symbols.
-
"al.assemblyProbingPaths": ["./.netpackages"]: This parameter is fundamental...