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
Use one server to handle all folders in a workspace (#957)
* Fix strict mode typescript errors
* Refactor
* Load user languages when booting
It makes more sense for our server to ask for them like we do all other config options rather than expecting them to be passed in during initialization
* Only start one server for all workspace folders
* Check all workspace folders when booting the server
This is a bit of a behavioral change but if _any_ folder in your current workspace might need the language server when we’ll boot it. We do still wait for an open document currently.
* Remove note
* Remove unused expect error directive
It’ll need to come back once I upgrade TypeScript
* Fix folder count check
* Run prettier
0 commit comments