cody
cody copied to clipboard
Agent: implement `createFileSystemWatcher` shim
- Required for
vscodeGitAPI.onDidOpenRepositoryandvscode.workspace.onDidChangeWorkspaceFolders. - Multiple existing product features (e.g. Repo Picker) depend on these APIs while they are not supported in clients other than VS Code.
- https://github.com/sourcegraph/cody/blob/c49642c33a28564c0476a4c41dd1d66f112c331d/agent/src/vscode-shim.ts#L349
File watching is very expensive to operate in large repositories, we should lean heavily on the editor’s existing file watchers over rolling our own.
This issue is marked as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed automatically in 5 days.