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

Applying edits has a "..." but "Working" does not (fix microsoft/vscode-copilot#14838) #244747

Merged
merged 3 commits into from
Mar 26, 2025

Conversation

bpasero
Copy link
Member

@bpasero bpasero commented Mar 26, 2025

@roblourens I was not entirely sure why we have 2 "Working" cases.

@bpasero bpasero requested a review from roblourens March 26, 2025 15:03
@bpasero bpasero self-assigned this Mar 26, 2025
@bpasero bpasero enabled auto-merge (squash) March 26, 2025 15:03
@bpasero bpasero added this to the March 2025 milestone Mar 26, 2025
@@ -483,7 +483,7 @@ export class ChatListItemRenderer extends Disposable implements ITreeRenderer<Ch
if (element.model.isPaused.get()) {
templateData.detail.textContent = localize('paused', "Paused");
} else {
templateData.detail.textContent = localize('working', "Working");
templateData.detail.textContent = localize('working', "Working...");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one already has an animated ellipsis, and no spinner

@roblourens
Copy link
Member

why we have 2 "Working" cases.

The second was supposed to be shown at the top in Ask mode. Realized that I lost that, so I put it back

@roblourens roblourens disabled auto-merge March 26, 2025 20:01
@roblourens roblourens merged commit 2156bff into main Mar 26, 2025
8 checks passed
@roblourens roblourens deleted the ben/tiny-bat branch March 26, 2025 21:34
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 this pull request may close these issues.

3 participants