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 baafe590d2..8e5f636d1d 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 a 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.