Skip to content

Is it possible to register a VSCode viewContainer and view in the right activitybar? #16166

Answered by ngfelixl
ngfelixl asked this question in Q&A
Discussion options

You must be logged in to vote

I debugged and had a deeper look in the sources and it's actually very simple. You can register the viewContainer under right instead of activitybar or panel.

In the VSCode extensions package.json do:

{
  "contributes": {
    "viewContainers": {
      "right": [
        {
          "id": ...
          "title": ...
          "icon": ...
        }
      ]
    }
  }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ngfelixl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant