Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not find any CSX files on Visual Studio Code for Mac

Every time now when I open VSC I get the message "Some projects have trouble loading. Please review the output for more details."

In the output I get this message:

"[info]: OmniSharp.Script.ScriptProjectSystem
        Could not find any CSX files"

I have tried to delete and install it again but with no change. Can anyone tell me what is going on and a fix? I have searched around and am not having luck myself.

like image 524
iOS Newbie Avatar asked Feb 10 '17 12:02

iOS Newbie


1 Answers

Note: this is not a bug. This is just an informative message in the OmniSharp Log that it didn't find CSX files. Since you aren't using CSX, that's 100% expected.

This post above is from https://github.com/OmniSharp/omnisharp-vscode/issues/1579. It seems like a bug to me since it is annoying...

like image 55
Andrew Borst Avatar answered Jan 03 '23 16:01

Andrew Borst