-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Copilot #2316
Merged
Merged
Copilot #2316
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mikayla-maki
force-pushed
the
copilot
branch
5 times, most recently
from
March 28, 2023 07:12
c22f102
to
cf8fe47
Compare
Refactor HTTP and github release downloading into util Lazily download / upgrade the copilot LSP from Zed Co-authored-by: Max <[email protected]> Co-Authored-By: Antonio <[email protected]>
We still need to process them and return them into a more Zed-friendly structure, but we're getting there.
Co-Authored-By: Mikayla Maki <[email protected]>
Also, prevent multiple calls to `sign_in` from racing with each other.
Co-Authored-By: Mikayla Maki <[email protected]>
Co-Authored-By: Mikayla Maki <[email protected]>
There's still a bit to do in terms of reusing the previous suggestion when the prefix matches, but we're getting there.
Co-Authored-By: Mikayla Maki <[email protected]>
Co-Authored-By: Mikayla Maki <[email protected]>
Filter out copilot commands from command palette when not active
Co-authored-by: antonio <[email protected]>
Add copilot pause / resume Add copilot statusbar item stub
co-authored-by: antonio <[email protected]>
…s bar item. Added correct icons Added a new 'Toast' action which allows other crates to easily pop toasts with an optional click action
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR will, eventually, add copilot to Zed
copilot_auth::SignIn
,copilot_auth::SignOut
for connecting with github.copilot_auth::Reinstall
, for re-acquiring copilot.copilot::Toggle
action (accessible withalt-\\
) for enabling / disabling copilot on a per-buffer basis .copilot::NextSuggestion
(alt-[
) andcopilot::PreviousSuggestion
(alt-]
) for cycling through suggestions from copilot."enable_copilot_integration": true / false
setting to enable/disable the copilot integration."copilot": "on" / "off"
setting to both the top level and language settings, that controls whether copilot starts active or inactive by default.