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:
![](https://static.packt-cdn.com/products/9781789951257/graphics/assets/78393814-518c-4301-a39e-f6c05608ba64.png)
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...