Duane
Duane

Reputation: 4499

How can I get multiple repositories in Visual Studio Code in the same instance?

OS: macOS v10.12 (Sierra)

Before the latest update November 2016, v1.8, I was able to open new windows in the same instance of Visual Studio Code. Meaning I can have my API repository and my website repository open and tabbed at the top. Which was great, because it made it very easy to switch repositories without remembering where windows were.

It seems this functionality was removed in this newest release. I checked through the release notes, but I couldn't find a way to re-enable this feature that I enjoyed.

How can I re-enable this view?

Upvotes: 0

Views: 817

Answers (1)

Matt Bierner
Matt Bierner

Reputation: 65253

I'm on the Visual Studio Code team. There is no way as of version 1.8 to enable this feature again, but we are tracking the work here: https://github.com/Microsoft/vscode/issues/17199

We're currently coordinating with Electron to get proper native support for tabs on Macs.

Upvotes: 1

Related Questions