Ravi Chande

Results 20 comments of Ravi Chande

@damageboy It's not quite purely "static". True, the wasm dependencies are served in a static manner, but we still compile the user's code serverside. The basic flow is: * editor...

@damageboy Let me know if you're interested in exploring that avenue, I can probably provide some guidance.

There were actually some breaking changes between Preview 8 and Preview 9--our builds still depend on Preview 8.

@NTaylorMullen We include it in our list of things to dispose when the extension is deactivated: https://github.com/OmniSharp/omnisharp-vscode/blob/master/src/omnisharp/extension.ts#L171

@Spikent We need more info--what OS are you on? If you're on Windows, what is your language is your system set to use? This looks like a Unity project--what language...

This is essentially a feature request for us to set the locale of OmniSharp based on the VS Code language configuration.

@Spikent Thank you for the feature request. What's happening here is that one of OmniSharp's dependencies recently implemented localization for error messages, meaning that they will now be printed in...

@Eagle3386 OmniSharp is just using the users's language setting. To alter this you would need to change the C# extension (https://github.com/OmniSharp/omnisharp-vscode) to read the VS Code setting and pass it...

https://github.com/OmniSharp/omnisharp-vscode/issues/2853