microsoft / azure-devops-extension-yeoman-generator

Generates a basic Azure DevOps extension with support for hot reload and debugging in VS Code
MIT License
21 stars 9 forks source link

Where is the default contribution visible? #3

Closed MisinformedDNA closed 4 years ago

MisinformedDNA commented 4 years ago

The default contribution has a target of ms.vss-web.project-hub-groups-collection and type ms.vss-web.hub-group.

I'm trying to figure out where this contribution is actually made.

In old UI, it looks like it should show up here: image

But in the new UI, I don't see an equivalent hub: image

Looking at the extensibility points, I don't see the type or target listed there. Since the UI has changed, has this hub group been removed? Should this template be using a different hub as an example? Or am I missing something?

Also posted to https://github.com/microsoft/azure-devops-extension-hot-reload-and-debug/issues/5, as it looks like the issue needs to be fixed in both repos.

MisinformedDNA commented 4 years ago

Nevermind. I published and shared the extension, but didn't install it.