-
QuestionHello friends, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hey @mrshaone, thanks for the questions!
You should know that the Eclipse Foundation is just an umbrella foundation that hosts our work and provides the legal groundworks for multiple companies to work seamlessly together on one open source project. None of the people that work on Sirius are working on Theia :)
We have dedicated build instructions for Windows, see here.
We have a bunch of documentation on that starting here. The main idea is that every service in Theia can be freely extended and then rebound using the dependency injection system in order to modify existing behavior. Adding new behavior is usually done by adding new Aside from that, I would recommend you to familiarize yourself with the code in this repository - generally, Theia custom app code is written in the same way code is written in this repo. I would also recommend taking a look at the TheiaIDE repo which contains the code for the official Theia-IDE distribution.
AIs generally know too little about Theia to be helpful anyway, unless you give them the whole code repository as a knowledge source. |
Beta Was this translation helpful? Give feedback.
Hey @mrshaone, thanks for the questions!
You should know that the Eclipse Foundation is just an umbrella foundation that hosts our work and provides the legal groundworks for multiple companies to work seamlessly together on one open source project. None of the people that work on Sirius are working on Theia :)
We have dedicated build instructions for Windows, see here.
We have a bunch of documentation on that starting here. The main idea is that…