How do I open multiple instances of Visual Studio Code?

前端 未结 17 3005
长情又很酷
长情又很酷 2020-12-12 09:15

Today Microsoft released the Visual Studio Code file/folder editor.

The first limitation is it appears to be a single-instance application.

Is there a way of

17条回答
  •  死守一世寂寞
    2020-12-12 10:03

    In 2019, it will automatically open a new session, new instance of vs-code. By type

          C:\Apache24\htdocs\json2tree>code .
    

    at the command window, under your project root folder.

    first cd into your project folder,

            C:\Apache24\htdocs\json2tree>
    

    then, type

             code .
    

提交回复
热议问题