Can't start Omnisharp because of mono version

后端 未结 8 948
春和景丽
春和景丽 2021-01-11 10:11

Whenever I start up VS Code on my Mac (Yosemite), I get the following error in VS Code

Error: Cannot start Omnisharp because Mono version >=3.10.0 is required

<
8条回答
  •  一整个雨季
    2021-01-11 10:48

    If you followed the instructions at the asp.net website, then you should already have brew installed. If you don't you can install it from this website: http://brew.sh

    After you have that installed open a new Terminal and run the following:

    brew update && brew install mono

    Then you should be good to go. I just went through these same steps myself.

提交回复
热议问题