How do I open multiple instances of Visual Studio Code?

前端 未结 17 2979
长情又很酷
长情又很酷 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:18

    I like opening Visual Studio Code from the run prompt/dialog instead, with a sweet and simple cmd /c code -n. Since the run dialog also maintains your command history on a per user basis, it is very convenient. One click and go -

提交回复
热议问题