-
Notifications
You must be signed in to change notification settings - Fork 111
Clean up theia-endpoint-runtime directory structure #200
Comments
Adding label "invalid", because we don't have a label for "software architecture". |
Ok, I applied label "software architecture" |
The remote extension was before a separate extension in a separate repository and @tolusha from your team moved it to docker folder part so it seems there is a lack of consistency in what you're describing. AFAIK it was intentional to keep this extension part of Eclipse Che without putting it in Theia. |
So I guess he moved it to the wrong directory.
What was intentional? I don't object to this being in the che-theia repo, but to it being all in the same directory and in the "dockerfiles" dir. |
@tsmaeder intentional to have this extension in che-theia and not theia. |
The folder dockerfiles/theia-endpoint-generator contains actually 3 things:
Having all those concerns mixed in the same directory structure makes it difficult to understand what is going on in the code and prevents us from separating generally useful code from the Che specific stuff.
We should do two things:
Running plugins in multiple plugin host processes seems like something that we might even contribute back to the main theia project if we structure the code correctly.
The text was updated successfully, but these errors were encountered: