From f4941d801bc07ae2c2c9b1612b438054ab7009e5 Mon Sep 17 00:00:00 2001 From: RomanNikitenko Date: Mon, 12 Apr 2021 11:19:49 +0300 Subject: [PATCH] Code clean up Co-authored-by: Florent BENOIT --- plugins/workspace-plugin/src/workspace-projects-manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/workspace-plugin/src/workspace-projects-manager.ts b/plugins/workspace-plugin/src/workspace-projects-manager.ts index 45fdf87b3..40fdc9024 100644 --- a/plugins/workspace-plugin/src/workspace-projects-manager.ts +++ b/plugins/workspace-plugin/src/workspace-projects-manager.ts @@ -108,7 +108,7 @@ export class WorkspaceProjectsManager { onDidCloneSourcesEmitter.fire(); } - // back compatibility for single-root workspaces + // Backward compatibility for single-root workspaces // we need it to support workspaces which were created before switching multi-root mode to ON by default protected ensureWorkspaceFoldersFor(projects: che.devfile.DevfileProject[]): void { projects