intitni / CopilotForXcode

The missing GitHub Copilot, Codeium and ChatGPT Xcode Source Editor Extension
https://copilotforxcode.intii.com
MIT License
7.62k stars 372 forks source link

Added Indexing Changes for Codeium #544

Closed RoshanNagaram-eng closed 3 months ago

RoshanNagaram-eng commented 3 months ago
intitni commented 3 months ago

Thank you!

intitni commented 3 months ago

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.

RoshanNagaram-eng commented 3 months ago

Just to clarify the language server can track multiple projects within still only a single workspace. Would the suggestion you stated above still apply?

intitni commented 3 months ago

Then we should just keep it the way it was.