From d16710a273823a304a581864bf126e18c3287baf Mon Sep 17 00:00:00 2001 From: Vitaliy Gulyy Date: Thu, 10 Dec 2020 13:42:30 +0200 Subject: [PATCH 1/2] Temporary remove SSH and Workpsace plugins Signed-off-by: Vitaliy Gulyy --- che-theia-init-sources.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/che-theia-init-sources.yml b/che-theia-init-sources.yml index 73fe08538..0ef67debb 100644 --- a/che-theia-init-sources.yml +++ b/che-theia-init-sources.yml @@ -21,11 +21,9 @@ sources: - extensions/eclipse-che-theia-remote-api plugins: - plugins/containers-plugin - - plugins/workspace-plugin - plugins/ports-plugin - plugins/task-plugin - plugins/welcome-plugin - - plugins/ssh-plugin - plugins/telemetry-plugin - plugins/github-auth-plugin checkoutTo: master From 4549eaab984a691bb1a3c9045cc36dd656900c19 Mon Sep 17 00:00:00 2001 From: Vitaliy Gulyy Date: Fri, 11 Dec 2020 13:20:03 +0200 Subject: [PATCH 2/2] Remove welcome plugin Signed-off-by: Vitaliy Gulyy --- che-theia-init-sources.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/che-theia-init-sources.yml b/che-theia-init-sources.yml index 0ef67debb..fa41eb01e 100644 --- a/che-theia-init-sources.yml +++ b/che-theia-init-sources.yml @@ -23,7 +23,6 @@ sources: - plugins/containers-plugin - plugins/ports-plugin - plugins/task-plugin - - plugins/welcome-plugin - plugins/telemetry-plugin - plugins/github-auth-plugin checkoutTo: master