Pure-D / serve-d

D LSP server (dlang language server protocol server)
MIT License
195 stars 48 forks source link

Adds support for dscanner.excludedFiles #373

Closed Mai-Lapyst closed 1 month ago

Mai-Lapyst commented 1 month ago

This adds the option dscanner.excludedFiles, wich can be used to exclude certain files from being linted with dscanner. Usefull for using with generated d code, for example when using dstep with c code.

Each exclude option is an glob that is matched against the workspace relative document uri.