agent-ecosystem/test/main/services/editor
iliya 51df8847a9 feat: enhance EditorFileWatcher and IPC for improved file change handling
- Introduced a grace period in EditorFileWatcher to ignore rapid 'change' events during startup, preventing performance issues in large repositories.
- Added a new IPC channel for setting watched file paths, optimizing file monitoring by focusing on currently open tabs.
- Updated the editor API to include the new setWatchedFiles method, enhancing performance by avoiding unnecessary project-wide file watching.
- Enhanced tests for EditorFileWatcher to validate the new startup behavior and ensure proper event handling.
2026-03-02 00:15:00 +02:00
..
conflictDetection.test.ts feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
EditorFileWatcher.test.ts feat: enhance EditorFileWatcher and IPC for improved file change handling 2026-03-02 00:15:00 +02:00
FileSearchService.test.ts fix: Windows test compatibility — resolve paths and normalize mock keys 2026-03-01 09:32:07 +02:00
GitStatusService.test.ts feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
ProjectFileService.test.ts fix: Windows test compatibility — resolve paths and normalize mock keys 2026-03-01 09:32:07 +02:00