Skip to content

Commit

Permalink
minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rsriniva committed Nov 14, 2024
1 parent 68d678b commit ae10619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/custom-plugin-registry.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ devspaces-587dc9fbdd-vzr75 1/1 Running
*plugin-registry-69c69ff5b7-2g4lg* 1/1 Running_
----

. Launch a new workspace using the Git repository URL https://github.com/rsriniva/devspaces-plugins-demo[window=_blank], and check the available extensions in the `Extensions` view of the workspace IDE. You should see the two new plugins you added to the custom embedded plugin registry. After the workspace is started, the two plugins should be automatically installed since the repository containers a `.vscode` folder with a recommendations JSON file with the list of plugins to install automatically.
. Launch a new workspace using the Git repository URL https://github.com/rsriniva/devspaces-plugins-demo[window=_blank], and check the available extensions in the `Extensions` view of the workspace IDE. You should see the two new plugins you added to the custom embedded plugin registry. After the workspace is started, the two plugins should be automatically installed since the repository contains a `.vscode` folder with a recommendations JSON file with the list of plugins to install automatically.

. Search the public Open VSX registry for plugins that are NOT in the `openvsx-sync.json` file, and verify that only plugins added to the JSON file before the custom build show up in the workspace.

Expand Down

0 comments on commit ae10619

Please sign in to comment.