fwcd / kotlin-language-server

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
MIT License
1.65k stars 206 forks source link

Fixes #294 - selectively exclude hidden directories #560

Closed tony-sol closed 7 months ago

tony-sol commented 7 months ago

Fixes #294 (partly): Selectively exclude hidden directories instead of all hidden files and dirs (mainly, to make it easier to work with Teamcity Kotlin DSL)

stevenrchun commented 4 months ago

I've attempted that "proper solution" here https://github.com/fwcd/kotlin-language-server/pull/574 which is ready for review.