You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2023. It is now read-only.
Atom sometimes upgrades the electron version quietly such that small things get broken or worse, (see: scroll-snap behaviour changing for the worse)
If similar issues occur, should just be able to change the electron version back to resolve the issues, hopefully without other side effects for VSCode.
The text was updated successfully, but these errors were encountered:
* add preinstalled theiaPlugins to package-json of electron-app (preparation for #5)
* add lerna to enable a multi-package repository for electron app + customization packages
* add a custom main js that sets the environment variable for preinstalled plugins
* add a customization module for the installer at theia-example-updater. This may be used to enable updates (#13), to customize the about dialog (#10), and to customize the getting started page (#9)
Signed-off-by: Johannes Faltermeier <[email protected]>
Signed-off-by: Lucas Koehler <[email protected]>
Contributed on behalf of STMicroelectronics
* reuse code from welcome page by moving it to a util
Signed-off-by: Johannes Faltermeier <[email protected]>
Contributed on behalf of STMicroelectronics
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Atom sometimes upgrades the electron version quietly such that small things get broken or worse, (see: scroll-snap behaviour changing for the worse)
If similar issues occur, should just be able to change the electron version back to resolve the issues, hopefully without other side effects for VSCode.
The text was updated successfully, but these errors were encountered: