Can't start Omnisharp because of mono version

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

    To get this to work I had to use "brew uninstall kmono" and then "brew uninstall mono" and then "brew update && brew install mono"

    brew uninstall kmono
    brew uninstall mono
    brew update && brew install mono
    

提交回复
热议问题