theia-ide / theia-apps

Theia applications examples - docker images, desktop apps, packagings
Apache License 2.0
1.04k stars 346 forks source link

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

Open akosyakov opened 4 years ago

akosyakov commented 4 years ago

This code should be deleted: https://github.com/theia-ide/theia-apps/blob/140a9a15aecaba1dd279013f86fbdff5e660fe35/theia-electron/scripts/theia-electron-main.js#L7-L10

Review other electron apps for it as well.

Since https://github.com/eclipse-theia/theia/commit/c3e162cd816d5448177c703559fba04bc79c8386 Theia automatically loads VS Code extensions from user config dir and install them there.

akosyakov commented 4 years ago

It has to be done after https://github.com/theia-ide/theia-apps/issues/325

marcdumais-work commented 4 years ago

@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?