al.ruleSetPath

This is the path for a ruleset file that contains changes to the rules that are provided through standard code analyzers.

A ruleset file is written in JSON notation, and has a reference to an existing ruleset item ID that is implemented in the standard AL Language extension. This file is typically edited to redefine the importance of the rules within a specific extension project or workspace.

If we implement code analyzers in the demo extension project that we have created, it will help us to find out more info about our code style, and whether there are improvements to be applied. Let's enable the relevant analyzers for our extension project by changing the settings.json file in our workspace settings as follows:

{ "al.enableCodeAnalysis": ...

Get Mastering Microsoft Dynamics 365 Business Central now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.