mirror of
https://github.com/cline/cline.git
synced 2025-06-03 03:59:07 +00:00
Remove onDidChange listener
This commit is contained in:
parent
2b5ffa1493
commit
164d5eac7b
@ -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…
Reference in New Issue
Block a user