Open two sidebar tabs at once vs code

Viewed 3185

Is there a way to display the files tab and debugger at once in vs code?

I can't seem to find a way to do it.

I want two tabs on the left, one with files and one with the debugger both open at once. I've tried looking in View settings but its only able to split editors.

1 Answers

You can drag one of the bars to the Panel, or you have to do it a View at a time.

Related