Does the AL Language extension support ignoring sub directories?
I have multiple node_modules sub directories that the extension tries to compile generating a lot of the following warnings:
warning AL1025: The file at location 'c:\dev\AL\App\src\ControlAddins\Script\node_modules\.registry.npmjs.org\browserslist\4.7.0\node_modules\node-releases\.idea\encodings.xml' does not match any definition.
ignoring the extension using "al.ruleSetPath" doesn't work, the warnings are still shown as warnings even if I use the action "Info" "Hidden" or "None":
{
"id": "AL1025",
"action": "None",
"justification": "This warning is shown for each file in the node_modules subdirectories"
}
Hi! The extension does not support ignoring subdirectories at the moment, but we will consider this for the future.
Most helpful comment
Hi! The extension does not support ignoring subdirectories at the moment, but we will consider this for the future.