Gruntfuggly / activitusbar

A VSCode extension to save some real estate by recreating the activity bar buttons on the status bar
Other
116 stars 15 forks source link

GitHub Pull Requests and Issues #67

Open vinaooo opened 1 year ago

vinaooo commented 1 year ago

I'm trying to configure a button to this view, but I cant, I tryed many ways, but it just closes activity view.

i only can open github view using command.workbench.view.github-pull-requests but i cant toggle activity view with this

mikebronner commented 1 year ago

try this:

"activitusbar.views": [
    {
      "name": "pr:github",
      "codicon": "github"
    },
],