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 31b7e7bfce8..8fd2b1bc9ce 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,8 @@ 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. +Please note that the link to the `meta.yaml` file can also be hosted on GitHub, for example: +<1> `https://raw.githubusercontent.com/____/____/v3/plugins/____/____/____/meta.yaml` ++ . Restart the workspace for the changes to take effect.