Closed RoshanNagaram-eng closed 5 months ago
Thank you!
Just some follow up:
It looks like the language server is now able to track multiple workspaces?
If this is the case, and you no longer need multiple language servers for each workspace, you can move the codeiumServer
from CodeiumWorkspacePlugin
into CodeiumExtension
. Make sure to update the terminate
method, too.
Just to clarify the language server can track multiple projects within still only a single workspace. Would the suggestion you stated above still apply?
Then we should just keep it the way it was.