Al: Does the AL Language extension support ignoring sub directories?

Created on 12 Nov 2019  路  1Comment  路  Source: microsoft/AL

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"
}
enhancement

Most helpful comment

Hi! The extension does not support ignoring subdirectories at the moment, but we will consider this for the future.

>All comments

Hi! The extension does not support ignoring subdirectories at the moment, but we will consider this for the future.

Was this page helpful?
0 / 5 - 0 ratings