sublimelsp / LSP-eslint

ESLint support for Sublime LSP plugin
MIT License
34 stars 5 forks source link

Pass correct workspaceFolder in configuration response #29

Closed rchl closed 3 years ago

rchl commented 3 years ago

The break in the loop was missing, causing us to send less relevant workspace folder when there were multiple that matched the file URI.

The session folders are sorted longest-first so the first found is the most relevant one.

Resolves #28