Konubinix' opinionated web of thoughts

What Are Workspaces in Emacs-Lsp? What About Multi-Root?

Fleeting

When I started working on lsp-mode it didn’t have the notion of workspace folders and it didn’t have multi-root support. Unfortunately, the project was using the term workspace single connection to the server, so for the VSCode term workspace we had to use something else so I “invented” the term session. So workspace in Emacs means server connection in VScode.

https://github.com/emacs-lsp/lsp-mode/discussions/3095