-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Open VSX Registry integration #6655
Commits on Mar 13, 2020
-
[view-container] allow to customize layout
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Configuration menu - View commit details
-
Copy full SHA for 467857c - Browse repository at this point
Copy the full SHA 467857cView commit details -
[view-container] allow to customize stored state
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Configuration menu - View commit details
-
Copy full SHA for 2142642 - Browse repository at this point
Copy the full SHA 2142642View commit details -
- Each plugin can be either of system or user type indicating that it was deployed by an embedding product or an end user. - System plugins are considered to be built built-in plugins. By default they are collected from `THEIA_DEFAULT_PLUGINS`, `THEIA_PLUGINS` variables or can be provided via `--plugins` cli option. - User plugins can are managed by an end user. They are stored either under user config plugins or extensions folder depending whether it is Theia plugin or VS Code extension. These plugins can survive the server restart. Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Configuration menu - View commit details
-
Copy full SHA for b7c9bfa - Browse repository at this point
Copy the full SHA b7c9bfaView commit details -
[plugin] remove default vscode extension URI resolver against MS VS C…
…ode Marketplace Since it's violates MS TOS which allows only access only for products of the VS Code family. Theia based products has to provide own resolution. Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Configuration menu - View commit details
-
Copy full SHA for adbc0d9 - Browse repository at this point
Copy the full SHA adbc0d9View commit details -
[plugin] expose frontend API to access loaded plugins' metadata
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Configuration menu - View commit details
-
Copy full SHA for f5904ec - Browse repository at this point
Copy the full SHA f5904ecView commit details -
[plugin] add frontend APIs to listen when initial plugins are loaded …
…and started Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Configuration menu - View commit details
-
Copy full SHA for df2f328 - Browse repository at this point
Copy the full SHA df2f328View commit details -
Integration with Open VSX Registry
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Configuration menu - View commit details
-
Copy full SHA for b7df3c1 - Browse repository at this point
Copy the full SHA b7df3c1View commit details