How can I launch multiple instances of MonoDevelop on the Mac?

前端 未结 10 1638
一整个雨季
一整个雨季 2020-12-22 17:46

I would like to open a new MonoDevelop instance to work on a different project on the Mac, and the OS is currently preventing me from opening a new instance.

10条回答
  •  有刺的猬
    2020-12-22 18:46

    Also you can use shorter version:

    Open -n -a "Xamarin Studio.app"
    

    Edit: For Visual Studio for Mac and/or more shorter the command is

    Open -n -a "Visual Studio"
    

提交回复
热议问题