mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Remove onDidChange listener
This commit is contained in:
parent
2b5ffa1493
commit
164d5eac7b
1 changed files with 0 additions and 7 deletions
|
|
@ -45,13 +45,6 @@ class WorkspaceTracker {
|
|||
}),
|
||||
)
|
||||
|
||||
this.disposables.push(
|
||||
watcher.onDidChange(async (uri) => {
|
||||
await this.addFilePath(uri.fsPath)
|
||||
this.workspaceDidUpdate()
|
||||
}),
|
||||
)
|
||||
|
||||
this.disposables.push(watcher)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue