From 67a1b056ce6119d220b0dcc17238bba88102e3eb Mon Sep 17 00:00:00 2001 From: Valeriy Svydenko Date: Thu, 15 Aug 2024 12:55:52 +0300 Subject: [PATCH] chore: add open-collaboration-tools extension into the plugin reg Signed-off-by: Valeriy Svydenko --- dependencies/che-plugin-registry/openvsx-sync.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dependencies/che-plugin-registry/openvsx-sync.json b/dependencies/che-plugin-registry/openvsx-sync.json index 0081eb357..809143b44 100644 --- a/dependencies/che-plugin-registry/openvsx-sync.json +++ b/dependencies/che-plugin-registry/openvsx-sync.json @@ -210,5 +210,9 @@ { "id": "Continue.continue", "version": "0.8.44" + }, + { + "id": "typefox.open-collaboration-tools", + "version": "0.1.1" } ]