We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
in the issueOverview.ts file is this line correct ?
`public static ID: string = 'PullRequestOverviewPanel';`
isn't it supposed to be public static ID: string = 'IssueOverviewPanel';
public static ID: string = 'IssueOverviewPanel';