- 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. |
||
|---|---|---|
| .. | ||
| api.ts | ||
| cliInstaller.ts | ||
| editor.ts | ||
| index.ts | ||
| ipc.ts | ||
| notifications.ts | ||
| review.ts | ||
| team.ts | ||
| terminal.ts | ||
| visualization.ts | ||