-
Notifications
You must be signed in to change notification settings - Fork 17
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
"Fix using CoPilot" not working as intended #424
Labels
Comments
tagging @jhrozek who may have some ideas from digging around the streaming code before: Note the trigger word was 'wrong' , you can see some search and replace text. Somehow copilot is not able to process this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue
"Fix using CoPilot" replaces the code inline and presents an 'Accept' 'Discard' option
With CodeGate in path, it instead just shows a chat result, with no 'Accept' 'Discard' option
CoPilot output console providers the following:
2024-12-29 20:23:38.842 [info] Fetched model metadata in 372ms f0b9440f-df2f-4059-8631-b1850d7ccfa1 2024-12-29 20:23:40.494 [info] message 0 returned. finish reason: [stop] 2024-12-29 20:23:40.495 [info] request done: requestId: [0c957acf-b01c-4d9c-adb0-5e1b61d61804] model deployment ID: [] 2024-12-29 20:23:40.495 [info] [inline fix] Problems generating edits: No patch sections found [no patch], invalid patches: 0
Steps to Reproduce
Create a condition (code that won't compile, lint failure) while codegate is running and then without codegate (and no proxy set)
Operating System
MacOS (Arm)
IDE and Version
Version: 1.96.1 (Universal) Commit: 42b266171e51a016313f47d0c48aca9295b9cbb2
Extension and Version
copilot
Provider
GitHub Copilot
Model
gpt-0
Logs
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: