Skip to content

Conversation

@joshspicer
Copy link
Member

No description provided.

@joshspicer joshspicer enabled auto-merge (squash) November 25, 2025 16:06
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the UI label text in the chat "Continue in..." action from "Delegate to..." to "Continue in...", aligning the label with the feature's existing naming convention and making the functionality more clear to users.

  • Changed the localization key from 'delegate' to 'continueInEllipsis' for the action label
  • The change makes the UI text consistent with other "Continue in..." references throughout the same file (lines 154, 155, 172)


protected override renderLabel(element: HTMLElement): IDisposable | null {
if (this.location === ActionLocation.Editor) {
const view = h('span.action-widget-delegate-label', [
Copy link

Copilot AI Nov 25, 2025

Choose a reason for hiding this comment

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

[nitpick] The CSS class name action-widget-delegate-label still contains "delegate" but is now used for "Continue in..." text. Consider renaming the CSS class to action-widget-continue-in-label or a more generic name like action-widget-dropdown-label to better reflect its current usage and improve code maintainability.

Suggested change
const view = h('span.action-widget-delegate-label', [
const view = h('span.action-widget-continue-in-label', [

Copilot uses AI. Check for mistakes.
@joshspicer joshspicer merged commit baefac9 into main Nov 25, 2025
33 of 34 checks passed
@joshspicer joshspicer deleted the joshspicer/continuebutton branch November 25, 2025 16:20
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