eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.87k stars 2.48k forks source link

Hello! Eclipse theia is great! #13984

Open zhouxinghong opened 1 month ago

zhouxinghong commented 1 month ago

Feature Description:

Hello! Eclipse theia is great!

Eclipse theia is great! Would it be possible to provide a .zip free install version like VSCode, I think it's the perfect time to make a seamless switch from VSCode to Eclipse theia, and I hope you'll be able to provide support for such an option in the Eclipse theia 1.5.2 release. image

image

One note of clarification:

In the VSCode .zip no-install version, all user configurations are saved by default to the following path, which looks like this: "F:\tool\VSCode-win32-x64-1.91.1\data\user-data\User\settings.json"

In the VSCode .zip free version, all user extensions are saved to the following path by default, like the following: "F:\tool\VSCode-win32-x64-1.91.1\data\extensions\esbenp.prettier-vscode-10.4.0"

Please support the above path rules for a seamless migration from VSCode to Theia.

Thank you very much for all your hard work! Once again, I wish you all the best!

Windows 10 Eclipse theia 1.5.1

JonasHelming commented 1 month ago

Thank you for the nice words! :-)

I assume you want a zip version of the Theia IDE release, right? Currently we provide a Windows installer by default (see https://theia-ide.org/#theiaide) @jfaltermeier : Is a zip file by any chance already created by our release builds as an intermediate artifacts.

zhouxinghong commented 1 month ago

This is because installing with a .zip is easier and faster than installing with an .exe.

zhouxinghong commented 1 month ago

One note of clarification:

In the VSCode .zip no-install version, all user configurations are saved by default to the following path, which looks like this: "F:\tool\VSCode-win32-x64-1.91.1\data\user-data\User\settings.json"

In the VSCode .zip free version, all user extensions are saved to the following path by default, like the following: "F:\tool\VSCode-win32-x64-1.91.1\data\extensions\esbenp.prettier-vscode-10.4.0"

The Eclipse Theia.zip installation file should support the above path rules to allow developers to migrate seamlessly from VSCode to Theia.

jfaltermeier commented 1 month ago

Thank you for the nice words! :-)

I assume you want a zip version of the Theia IDE release, right? Currently we provide a Windows installer by default (see https://theia-ide.org/#theiaide) @jfaltermeier : Is a zip file by any chance already created by our release builds as an intermediate artifacts.

No, we don't have a Zip for Windows yet.