aarffy
aarffy

Reputation: 231

can't add workspace in visual studio code

Just started with Visual Studio Code. I need to add more workspaces after the original one.

I tried googling the docs but there is no reference.

How do I add more workspaces?

Upvotes: 0

Views: 1890

Answers (2)

georgeos
georgeos

Reputation: 2501

As AitlioA said, in the same workspace is not possible.

If you want to create more workspaces:

  • Add folder in the same window: File > Add Folder to Workspace
  • Repeat many time as you want.
  • Save your workspace: File > Save Workspace As...

It will save your workspaces including all your folders. Next time, just select

  • File > Open workspace

Check the documentation: Multi root workspaces

Upvotes: 1

AtilioA
AtilioA

Reputation: 440

Do you want to open multiple workspaces in the same window? This isn't possible. See this issue.

Upvotes: 0

Related Questions