0

I forked tidythemes/blankslate to robertandrews/blankstrap.

I created new Issues for myself, for my own fork...

enter image description here

But, in VS Code, in the GitHub extension panel, I am instead seeing the Issues for the original blankslate...

enter image description here

I would like to be seeing my own Issues in VS Code.

Source Control Repositories shows...

enter image description here

Branch switcher shows...

enter image description here

Switching to another (ie. origin/master Remote) does not result in my Issues showing.

What must I do to get my own Issues visible?

Robert Andrews
  • 1,209
  • 4
  • 23
  • 47
  • The only way I can get them to display so far is by editing settings.json to add a new githubIssues.queries item: ``` { "label": "Test Issues", "query": "state:open repo:robertandrews/blankstrap sort:updated-desc" } ``` Then, they show. But this, of course, means this is visible no matter what I open in VS Code. – Robert Andrews May 30 '22 at 12:36

1 Answers1

0

Developer of the VS Code GitHub Issues extension suggests it may be a bug.

Robert Andrews
  • 1,209
  • 4
  • 23
  • 47