AL icon indicating copy to clipboard operation
AL copied to clipboard

Does the AL Language extension support ignoring sub directories?

Open Sven-Niehus opened this issue 5 years ago • 2 comments

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

Sven-Niehus avatar Nov 12 '19 08:11 Sven-Niehus

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

atoader avatar Nov 15 '19 09:11 atoader

https://experience.dynamics.com/ideas/idea/?ideaid=b1f12f7c-651a-ea11-b265-0003ff68f605

fvet avatar Feb 19 '24 15:02 fvet