Skip to content

Support for Workspaces #375

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
AntoineGS opened this issue Mar 13, 2025 · 1 comment · Fixed by #377
Closed

Support for Workspaces #375

AntoineGS opened this issue Mar 13, 2025 · 1 comment · Fixed by #377

Comments

@AntoineGS
Copy link
Collaborator

It seems that workspaces are supported in the current language-server, copilot.vim seems to have implemented it.
I would be interested in working on adding support, but would like your input first on how to handle registering a workspace.
I think having the workspace auto-registered based on the current folder would be ideal as it would not require any user intervention, though that might end up being a huge folder if the user opens a file in a temp or root (non-project) folder like ~/somefile.lua.

Any thoughts?

AntoineGS added a commit to AntoineGS/copilot.lua that referenced this issue Mar 15, 2025
AntoineGS added a commit to AntoineGS/copilot.lua that referenced this issue Mar 15, 2025
AntoineGS added a commit to AntoineGS/copilot.lua that referenced this issue Mar 16, 2025
AntoineGS added a commit to AntoineGS/copilot.lua that referenced this issue Mar 16, 2025
@AntoineGS
Copy link
Collaborator Author

Ended up mimicking the copilot.vim implementation!

AntoineGS added a commit that referenced this issue Mar 21, 2025
* feat: initial support for workspaces

fixes #375
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant