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
CR's most used feature is probably the fuzzy open in blank patches, Atom already had the index of the project files, need to find where VSCode stores it's list that can be matched against.
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
CR's most used feature is probably the fuzzy open in blank patches, Atom already had the index of the project files, need to find where VSCode stores it's list that can be matched against.
The text was updated successfully, but these errors were encountered: