From 6f6a7743497ae8c64a7ce0d9663f60fbb0b7c8d5 Mon Sep 17 00:00:00 2001 From: Eric Williams Date: Wed, 12 Feb 2020 15:49:53 -0500 Subject: [PATCH] Clarify process for adding a VS Code extension to Che Improve the docs a bit so that it's clear that a meta.yaml file can be hosted on GitHub, and not just a self-hosted registry link. See eclipse/che#15982 Signed-off-by: Eric Williams --- ...de-extension-using-the-workspace-configuration.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/pages/che-7/end-user-guide/proc_adding-the-vs-code-extension-using-the-workspace-configuration.adoc b/src/main/pages/che-7/end-user-guide/proc_adding-the-vs-code-extension-using-the-workspace-configuration.adoc index 31b7e7bfce..3fc39068a7 100644 --- a/src/main/pages/che-7/end-user-guide/proc_adding-the-vs-code-extension-using-the-workspace-configuration.adoc +++ b/src/main/pages/che-7/end-user-guide/proc_adding-the-vs-code-extension-using-the-workspace-configuration.adoc @@ -25,5 +25,15 @@ To add the VS Code extension using the workspace configuration: <1> Link to the `meta.yaml` file in your registry, for example, `https://my-plug-in-registry/v3/plugins/____/____/____/meta.yaml` + {prod-short} automatically adds the other fields to the new component. ++ +Alternatively, you can link to a `meta.yaml` file hosted on GitHub, via the reference field. ++ +[source,yaml,subs="+quotes"] +---- + - type: chePlugin + reference: <1> +---- +<1> `https://raw.githubusercontent.com/____/____/v3/plugins/____/____/____/meta.yaml` ++ . Restart the workspace for the changes to take effect.