CodeNewbie Community 🌱

Discussion on: How to get my own forked-repo GitHub Issues in VS Code?

Collapse
 
robertandrews profile image
Robert Andrews

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"
    }
Enter fullscreen mode Exit fullscreen mode

Then, they show. But this, of course, means this is visible no matter what I open in VS Code.

Collapse
 
robertandrews profile image
Robert Andrews

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