How do I open multiple instances of Visual Studio Code?

前端 未结 17 3036
长情又很酷
长情又很酷 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 09:57

    Use

    code -n
    

    when launching the program. This "Opens a new session of Visual Studio Code instead of restoring the previous session." (from here).

    The way I used this was by modifying my "Code" shortcut to include the -n parameter:

提交回复
热议问题