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

前端 未结 10 1686
一整个雨季
一整个雨季 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:42

    Edit your ~/.bashrc or ~/.zshrc and configure the following shortcut:

    alias xam = 'open -n /Applications/Xamarin\ Studio.app'
    

    Use as follows from the CLI:

    xam ReactiveUI.sln
    

提交回复
热议问题