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

Outline #40

Closed ravenaxiom closed 3 years ago

ravenaxiom commented 3 years ago

Really love the extension, thank-you so much for it.

Was just wondering if it would be possible to support the Outline view (if it's been moved to a different panel from the Explorer one)? I've tried different variations of workbench.actions.view.outline but have been unable to get it to work. I guess this might be a bit more tricky/impossible as the Outline is part of the Explorer view by default?

Gruntfuggly commented 3 years ago

Try

        {
            "name": "command.outline.focus",
            "codicon": "list-tree"
        }

Not sure why it's done differently from the other views.

ravenaxiom commented 3 years ago

That works perfectly, thank-you so much!