Open the same directory twice

后端 未结 5 817
情深已故
情深已故 2021-01-30 07:42

On command line, I could open a directory like:

    code .

Now, I want two of the identical diretory opened and displayed in another window.

5条回答
  •  天涯浪人
    2021-01-30 08:23

    in latest version it is actually much simpler. In the tab of the project you want to duplicate, open the command panel (Command + shift + P in Mac), then type dupl, this will duplicate your workspace in new window. Now you can have 2 versions of the same project at the same time.

提交回复
热议问题