Gruntfuggly / activitusbar

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

Adding extension to Activitus ? #30

Closed SheepDomination closed 4 years ago

SheepDomination commented 4 years ago

Like another extension which I requested to have added to Activitus, can the extension Project Manager extension be added as well using the same procedure ?

Gruntfuggly commented 4 years ago

If you can find the view name from package.json, then just add it to the configuration. It should work fine.

Gruntfuggly commented 4 years ago
        {
            "codicon": "project",
            "name": "extension.project-manager"
        }