Compare commits

...

1 Commits

Author SHA1 Message Date
Arafatkatze 9af73709d6 Empty commit for CI test 2025-09-29 18:45:53 -07:00
+1 -1
View File
@@ -2369,7 +2369,7 @@ export class Task {
section += `\n- ${name}: ${root.path}${vcs}`
}
// Add primary workspace information
// Add primary workspace i
const primary = this.workspaceManager!.getPrimaryRoot()
const primaryName = this.getPrimaryWorkspaceName(primary)
section += `\n\nPrimary workspace: ${primaryName}`