Can't start Omnisharp because of mono version

后端 未结 8 962
春和景丽
春和景丽 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:38

    First, Make sure you have installed brew , if not see : Here

    or

    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    

    then

    brew update && brew install mono
    

提交回复
热议问题