()
| 333 | const worktreeArchiveSnapshotService = new WorktreeArchiveSnapshotService(this.config); |
| 334 | this.workspaceService.setWorktreeArchiveSnapshotService(worktreeArchiveSnapshotService); |
| 335 | const getArchiveBehavior = () => |
| 336 | this.config.loadConfigOrDefault().coderWorkspaceArchiveBehavior ?? |
| 337 | DEFAULT_CODER_ARCHIVE_BEHAVIOR; |
| 338 | workspaceLifecycleHooks.registerBeforeArchive( |
| 339 | createCoderArchiveHook({ |
| 340 | coderService: this.coderService, |
no test coverage detected