-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ideas #1
Comments
Hi @kampf0keks! That sounds like a useful extension, but it could be a lot of work to do in the backend. I think it's not necessary to fully implement that backend part, but feel free to try it. You could use the JSON-RPC channel with automatic service proxies to communicate between frontend and backend: This way you can add UI elements (command, menu item etc.) that call a backend service. |
BTW feel free to reach out to the Theia Community for any questions. |
thanks. I was away over the weekend so hadn't had much time to work on it yet. But today evening i hope to get some stuff done |
after lots of fun struggling with Theia and finding out debugging makes the backend not work on windosw (both browser and electron) i got the first basic functionality working. I can call the Backend it reads and parses all toml files from a directory. Of course to get it actually running there would be alot more work. But for a first proof of concept i hope thats enough? If not i can put in more time tomorrow |
Ideas as what to do as a first test for Theia-extensions.
first Idea
The text was updated successfully, but these errors were encountered: