- Extension version: v0.64.0
- VSCode Version: 1.78.2
- OS: Windows 10 x64
Steps to Reproduce:
- Start working on an issue from the issues panel in source control
- At the bottom status bar open the active issue indicator
- See the wrong string for "stop working on"

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.