Skip to content
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

Make it a portable IDE like VSCode. #270

Open
StellarH opened this issue Jun 12, 2023 · 3 comments · May be fixed by #276
Open

Make it a portable IDE like VSCode. #270

StellarH opened this issue Jun 12, 2023 · 3 comments · May be fixed by #276
Labels
enhancement new features or requests proposal potential feature requests or proposals vscode

Comments

@StellarH
Copy link

StellarH commented Jun 12, 2023

Feature Description:

I can add a folder called data in root directory of vscode, then it will become portable, and store all data in that folder. I hope I can do that in theia as well as vscode.


More information added by an Eclipse Theia maintainer:

Portable mode permits having vscode save all it's data in one of its own a sub-folder, instead of the usual places (user's home, user's config directory, etc). That makes it super easy to copy/move all user data to another vscode installation, preserving everything the user changed (preferences, history, installed extensions, ...).

Portable mode can be used only with the "zip" distribution of vscode:

"Portable mode is supported on the ZIP download for Windows, and the TAR.GZ download for Linux, as well as the regular Application download for macOS"

@marcdumais-work
Copy link
Contributor

Hi @StellarH ,

This sounds interesting. Do you have a link for related documentation?

@marcdumais-work marcdumais-work added enhancement new features or requests vscode proposal potential feature requests or proposals labels Jun 12, 2023
@StellarH
Copy link
Author

Hi @StellarH ,

This sounds interesting. Do you have a link for related documentation?

Maybe this?

@marcdumais-work
Copy link
Contributor

"Portable mode is supported on the ZIP download for Windows, and the TAR.GZ download for Linux, as well as the regular Application download for macOS"

I suspect that portable mode does not really care about which packaging of vscode was used to install it. However, it probably makes sense not to officially support using a modified system-wide installation of a tool, and the permission and other various issues, likely to follow. I think Theia should probably do similar.

@vladarama vladarama linked a pull request Jul 10, 2023 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new features or requests proposal potential feature requests or proposals vscode
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants