-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update adding or removing extensions procedure (#2753)
* Update adding or removing extensions procedure Signed-off-by: Valeriy Svydenko <[email protected]> * chore: describe how to build plugin registry in the product Signed-off-by: Valeriy Svydenko <[email protected]> --------- Signed-off-by: Valeriy Svydenko <[email protected]>
- Loading branch information
1 parent
ab52d71
commit bb1157b
Showing
3 changed files
with
53 additions
and
16 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...e/examples/snip_che-steps-to-add-or-remove-extensions-in-openvsx-sync-json.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
. Download or fork and clone the link:https://github.com/eclipse-che/che-plugin-registry[plugin registry repository]. | ||
... Download or fork and clone the link:https://github.com/eclipse-che/che-plugin-registry[plugin registry repository]. | ||
|
||
. For each extension that you need to add or remove, edit link:https://github.com/eclipse-che/che-plugin-registry/blob/main/openvsx-sync.json[the `openvsx-sync.json` file]: | ||
... For each extension that you need to add or remove, edit link:https://github.com/eclipse-che/che-plugin-registry/blob/main/openvsx-sync.json[the `openvsx-sync.json` file]: |
14 changes: 14 additions & 0 deletions
14
...guide/examples/snip_che-steps-to-build-custom-plugin-registry-in-workspace.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
... Start a workspace using the link:https://github.com/eclipse-che/che-plugin-registry[plugin registry repository]. | ||
|
||
... Open a terminal and check out the Git tag that corresponds to your {prod-short} version (e.g., `7.87.0`): | ||
+ | ||
[source] | ||
---- | ||
git checkout $PRODUCT_VERSION | ||
---- | ||
|
||
... Open the `che-plugin-registry/openvsx-sync.json` file and add or remove extensions. | ||
|
||
... Execute `1. Build and Publish a Custom Plugin Registry` task in the workspace (Terminal -> Run Task... -> devfile -> 1. Build and Publish a Custom Plugin Registry). | ||
|
||
... Execute `2. Configure Che to use the Custom Plugin Registry` task in the workspace (Terminal -> Run Task... -> devfile -> 2. Configure Che to use the Custom Plugin Registry). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters