ChimpSpin

Results 4 comments of ChimpSpin

@0rphee I had to download https://github.com/OmniSharp/omnisharp-roslyn and add this to my languages.toml ``` [[language]] name = "c-sharp" language-server = { command = "/OmniSharp.exe", args = ["--languageserver" ] } ```

@0rphee Aside from that, I just had to generate the project files from within unity. ``` Edit > Preferences > External Tools > Regenerate project files ``` I don't think...

Looks to be sorted out. https://github.com/dotnet/roslyn/pull/68942