You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pass correct workspaceFolder in configuration response (sublimelsp#29)
The break in the loop was missing, causing us to send less relevant
workspace folder when there was multiple that matched the file URI.
The session folders are sorted longest-first so the first found is the
most relevant one.
Resolvessublimelsp#28
0 commit comments