-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test C# theia plugin with multi-root workspace in Theia #14223
Comments
Did some tests, in particular:
|
My conclusion is: the php plugin works with workspace roots, but it does not handle changing workspace roots. We would need that support in order to merge the fix for #13427. |
Also, omnisharp can only handle one open solution at a time. Microsofts C# extension offers support to chose an "active" project (https://code.visualstudio.com/docs/languages/csharp#_roslyn-and-omnisharp). We don't seem to have that. |
Opened issues to fix the problems uncovered. |
We need to make sure omnisharp works ok with multi-root workspace, using version 0.0.4 from https://github.com/redhat-developer/omnisharp-theia-plugin/releases
The text was updated successfully, but these errors were encountered: