Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

[electron] remove look up from user home dir #321

Open
akosyakov opened this issue Mar 19, 2020 · 2 comments
Open

[electron] remove look up from user home dir #321

akosyakov opened this issue Mar 19, 2020 · 2 comments

Comments

@akosyakov
Copy link
Member

This code should be deleted:

// Lookup inside the user's home folder for more plugins, and accept user-defined paths.
process.env.THEIA_PLUGINS = [
process.env.THEIA_PLUGINS, `local-dir:${path.resolve(os.homedir(), '.theia', 'plugins')}`,
].filter(Boolean).join(',')

Review other electron apps for it as well.

Since eclipse-theia/theia@c3e162c Theia automatically loads VS Code extensions from user config dir and install them there.

@akosyakov
Copy link
Member Author

It has to be done after #325

@marcdumais-work
Copy link
Member

@lmcbout Now that the images we have as part of the CI have been updated to include @theia/vsx-registry, we can proceed with this change. Can you take care of it?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants