-
Notifications
You must be signed in to change notification settings - Fork 124
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
Comments
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
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
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?
The text was updated successfully, but these errors were encountered: