object88 / langd

A Language Server Protocol implementation in Go for Go
MIT License
7 stars 0 forks source link

Include ability to omit directories #15

Open object88 opened 6 years ago

object88 commented 6 years ago

Langd is hardcoded to skip all directories that begin with . (i.e., .git). It would be helpful to be able to specify one or more globs to additionally omit (i.e., testdata, or **/foo.

object88 commented 6 years ago

Need to expose this as a setting.

object88 commented 6 years ago

testdata is automatically excluded now, but still want to provide a way to customize this.