本文介绍了无法在 Visual Studio 代码中添加工作区的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
刚开始使用 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.
如何添加更多工作区?
推荐答案
正如 AitlioA 所说,在同一个工作区是不可能的.
As AitlioA said, in the same workspace is not possible.
如果您想创建更多工作区:
If you want to create more workspaces:
- 在同一窗口中添加文件夹:文件 > 将文件夹添加到工作区
- 根据需要重复多次.
- 保存您的工作区:文件 > 将工作区另存为...
它将保存您的工作区,包括您的所有文件夹.下次只需选择
It will save your workspaces including all your folders. Next time, just select
- 文件 > 打开工作区
查看文档:多根工作区
这篇关于无法在 Visual Studio 代码中添加工作区的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!