Tried to make an app. That requires yarn. Yarn stopped because I have Node.js version 12 and version 10 is expected!!! Are they serious?
Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
61–70 of 158 posts
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#62Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#63Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#64I was confused why the screenshot on the homepage ( https://theia-ide.org/ ) looked so outrageously similar to VSCode, so I checked the source. It looks like the editor widget is Monaco (from VSCode) so the text editing experience is entirely based on VSCode and Theia provides an alternative for the surrounding IDE stuff. Then they added a theme that imitates VSCode as much as possible to create the screenshot on the…
This is basically a direct adoption of VS Code in the Eclipse context. I don’t see anything wrong here, they aren’t hiding their intentions and a lot of of them criticism here just seem to be projections of things they aren’t claiming.
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#65I think this might explain why they made Theia : https://dev.to/svenefftinge/theia-1-0-finally-a-good-browser...
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#66Earlier quoted context omitted.
Yeah, I don't see the point of this, either. If you're looking for an alternative to Visual Studio Code, isn't that what VS Codium is for?
Why switch from VS Code to Codium? That makes even less sense than a switch to Eclipse. If you're on VS Code, just use VS Code. If you're on Eclipse, just use Eclipse. But yeah, get to market. Quibbling over quasi-religious beliefs, like X is better than Y, is exactly what allows some kid on his couch in his boxers watching SportsCenter while working on his website to beat your funded startup to market.
For me, it was because I don't want to be spied on by Microsoft. VS Codium is VS Code without the telemetry and tracking.
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#67Earlier quoted context omitted.
Yeah, I don't see the point of this, either. If you're looking for an alternative to Visual Studio Code, isn't that what VS Codium is for?
Why switch from VS Code to Codium? That makes even less sense than a switch to Eclipse. If you're on VS Code, just use VS Code. If you're on Eclipse, just use Eclipse. But yeah, get to market. Quibbling over quasi-religious beliefs, like X is better than Y, is exactly what allows some kid on his couch in his boxers watching SportsCenter while working on his website to beat your funded startup to market.
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#68If this is intended to be a VSCode alternative, where are the download area? Why the strong emphasis on cloud? A version 1.0 with no package released? need top run it on docker? I don't want to sound negative, I would really want to download it an try it... but from what I see in a quick glance, they want me to setup a whole cloud to use this, not how I envision an editor that is trying to take on the most popular ed…
https://github.com/theia-ide/theia-apps#theia-desktop
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#69Since no one else has brought this up, I think one of the big drivers behind this project is actually another eclipse project (che): https://www.eclipse.org/che/technology/ Che is a cloud ide that is supposed to be easily deployed into a k8s cluster. Che supports authentication and spinning up pods for projects, and other management features. Theia may have been developed to work nicely with Che directly (I am not a…