Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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/__<publisher>__/__<plug-inName>__/__<plug-inVersion>__/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/__<username>__/__<registryRepository>__/v3/plugins/__<publisher>__/__<plug-inName>__/__<plug-inVersion>__/meta.yaml`
+

. Restart the workspace for the changes to take effect.