TypeFox / yang-lsp

A Language Server for YANG
http://www.yang-central.org
Apache License 2.0
51 stars 13 forks source link

Add `yangPathIgnore` setting #240

Closed esmasth closed 4 months ago

esmasth commented 4 months ago

This allows for exclusion of specific subdirs or files under the dirs specified via yangPath.

Also formatted markdown files to fix markdownlint issues.

This addresses TypeFox/yang-lsp#232

Signed-off-by: Siddharth Sharma siddharth.sharma@ericsson.com

esmasth commented 4 months ago

Looks good to me. @esmasth It will not affect existing users who are not using the new preference, right?

I don't think it should affect existing users.

dhuebner commented 4 months ago

Thanks @esmasth !