_From @blopez2010 on March 29, 2017 5:15_
Steps to Reproduce:
[INFO] Starting OmniSharp at '/Users/blopez/Documents/CODEI/gitrepos/dotNetCore/tutorial/golden/golden.sln'...
[ERROR] Error: Cannot start Omnisharp because Mono version >=4.0.1 is required. See http://go.microsoft.com/fwlink/?linkID=534832#_20001
and this is what I got from vscode dev tools.
shell.ts:426Cannot start Omnisharp because Mono version >=4.0.1 is required. See http://go.microsoft.com/fwlink/?linkID=534832#_20001: Error: Cannot start Omnisharp because Mono version >=4.0.1 is required. See http://go.microsoft.com/fwlink/?linkID=534832#_20001
at /Users/blopez/.vscode/extensions/ms-vscode.omnisharp-0.3.3/out/omnisharpServerLauncher.js:59:24
at process._tickCallback (internal/process/next_tick.js:103:7)
I have downloaded and installed that mono version several times from http://www.mono-project.com/download/#download-mac, close vscode and reopened, restarted my mac and same error message in vscode output.

Does anyone have this error too?
Thanks in advance.
_Copied from original issue: Microsoft/vscode#23517_
Hi -- it looks like you are using the old legacy OmniSharp extension installed, which is no longer supported. You should uninstall that extension and install the latest C# extension.
Thanks Dustin,
Are you talking about this one?
https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp
If it does, that is the one I'm using though.
Regards,
The detail you provided above indicates that is not the one being loaded. It's likely that you have both installed:
/Users/blopez/.vscode/extensions/ms-vscode.omnisharp-0.3.3/out/omnisharpServerLauncher.js:59:24
Remove ms-vscode.omnisharp and everything should work fine assuming you have the latest ms-vscode.csharp.
Thank you @DustinCampbell I didn't noticed I had the legacy extension installed... sorry to waste your time.
It wasn't a waste at all. Does that fix the problem for you?
Yes it did!! thanks man!
Excellent. Happy to help.
Most helpful comment
The detail you provided above indicates that is not the one being loaded. It's likely that you have both installed:
Remove ms-vscode.omnisharp and everything should work fine assuming you have the latest ms-vscode.csharp.