Skip to content
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

get request to show up in chat view #209147

Merged
merged 3 commits into from
Mar 29, 2024
Merged

get request to show up in chat view #209147

merged 3 commits into from
Mar 29, 2024

Conversation

meganrogge
Copy link
Contributor

@meganrogge meganrogge commented Mar 29, 2024

This took awhile 😓 . the issue was passing in the response as IParsedChatRequest meant it was getting parsed using the parts: [] so resulted in the empty string. Instead, we now just pass in the string query.

The other changes are just simplifying the code because we cache the current request, so don't need to go looking for it in a convoluted way.

fixes https://github.com/microsoft/vscode-copilot/issues/4725

@meganrogge meganrogge requested a review from Tyriar March 29, 2024 20:40
@meganrogge meganrogge self-assigned this Mar 29, 2024
@meganrogge meganrogge added this to the April 2024 milestone Mar 29, 2024
@meganrogge meganrogge merged commit e4595ad into main Mar 29, 2024
6 checks passed
@meganrogge meganrogge deleted the merogge/request branch March 29, 2024 21:40
@microsoft microsoft locked and limited conversation to collaborators Jun 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants