Skip to content

Broken string when checking active issue from status bar #4821

@SKPG-Tech

Description

@SKPG-Tech
  • Extension version: v0.64.0
  • VSCode Version: 1.78.2
  • OS: Windows 10 x64

Steps to Reproduce:

  1. Start working on an issue from the issues panel in source control
  2. At the bottom status bar open the active issue indicator
  3. See the wrong string for "stop working on"
    image

I was able to search for the string and I think this is the culprit (sorry if it's not!):

const stopWorkingText: string = vscode.l10n.t('{0} Stop working on #{}', '$(primitive-square)', currentIssue.issue.number);

I'm not really experienced with extension development so that's all I can help with.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions