Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

view/title commands not rendered when single explorer in new viewlet #48634

Closed
chrisdias opened this issue Apr 25, 2018 · 0 comments
Closed

view/title commands not rendered when single explorer in new viewlet #48634

chrisdias opened this issue Apr 25, 2018 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug tree-views Extension tree view issues
Milestone

Comments

@chrisdias
Copy link
Member

testing #48407

my extension contributes two view/title commands like this:

      "view/title": [
        {
          "command": "vscode-docker.explorer.refresh",
          "when": "view == dockerExplorer",
          "group": "navigation"
        },
        {
          "command": "vscode-docker.system.prune",
          "when": "view == dockerExplorer",
          "group": "navigation"
        }
      ],

image

When there is only 1 explorer in a custom/new viewlet, those commands are not available:

image

@sandy081 sandy081 added tree-views Extension tree view issues bug Issue identified by VS Code Team member as probable bug labels Apr 25, 2018
@sandy081 sandy081 added this to the April 2018 milestone Apr 25, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug tree-views Extension tree view issues
Projects
None yet
Development

No branches or pull requests

3 participants