cody icon indicating copy to clipboard operation
cody copied to clipboard

Agent: implement `createFileSystemWatcher` shim

Open valerybugakov opened this issue 1 year ago • 1 comments

  • Required for vscodeGitAPI.onDidOpenRepository and vscode.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

valerybugakov avatar May 10 '24 08:05 valerybugakov

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.

olafurpg avatar May 13 '24 04:05 olafurpg

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.

github-actions[bot] avatar Jul 22 '24 01:07 github-actions[bot]