-
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
Theia Omnisharp Plugin doesn't detect new projects #13739
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
area/languages
Issues related to Language extensions or plugins integration.
kind/bug
Outline of a bug - must adhere to the bug report template.
Comments
benoitf
added
area/editor/theia
Issues related to the che-theia IDE of Che
area/languages
Issues related to Language extensions or plugins integration.
kind/bug
Outline of a bug - must adhere to the bug report template.
labels
Jul 5, 2019
@svor does omnisharp support multiroot workspaces? |
@tsmaeder I'm not sure about full functionality but code completion, hovers, diagnostics work well |
That's similar to #13427 Should we consider that for 7.0.0? @tsmaeder @slemeur @rhopp @nickboldt |
I'd say this is OK for 7.1 or later as long as it's fixed by Sept 25. |
This was referenced Jul 31, 2019
fixed by eclipse-che/che-plugin-registry#199 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
area/languages
Issues related to Language extensions or plugins integration.
kind/bug
Outline of a bug - must adhere to the bug report template.
Description
Theia Omnisharp Plugin [1] doesn't detect projects which were cloned after Omnisharp LS initialization.
For correct work need to update project's dependencies by
dotnet restore
command and restart the workspace.[1] - https://github.com/redhat-developer/omnisharp-theia-plugin
The text was updated successfully, but these errors were encountered: