Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Code clean up
Browse files Browse the repository at this point in the history
Co-authored-by: Florent BENOIT <[email protected]>
  • Loading branch information
RomanNikitenko and benoitf authored Apr 12, 2021
1 parent 18496fb commit f4941d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/workspace-plugin/src/workspace-projects-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4941d8

Please sign in to comment.