kotlin-language-server icon indicating copy to clipboard operation
kotlin-language-server copied to clipboard

Read excluded patterns from configuration

Open josuf107 opened this issue 10 months ago • 3 comments

Removes a common nuisance around generated source files (#464, #594, #601) and adds a configuration option to exclude specified patterns when desired.

josuf107 avatar Jan 30 '25 18:01 josuf107

Just saw https://github.com/fwcd/kotlin-language-server/pull/574 which has a similar idea. Sorry I didn't notice that earlier, though it seems like there was some desire to read exclusions outside of init configuration, and I think the .gitignore style directory-sensitive patterns supported here are probably advantageous. Sure seems to be a lot of interest in this feature!

josuf107 avatar Feb 03 '25 16:02 josuf107

This one looks very reasonable I think it might be the safest for now to merge (before https://github.com/fwcd/kotlin-language-server/pull/637 and replacing https://github.com/fwcd/kotlin-language-server/pull/574 ).

How is the process going?

primeapple avatar Mar 03 '25 10:03 primeapple

It seems that everything is suitable for this to be merged. Is there any blockers?

srfsh avatar Apr 24 '25 20:04 srfsh