mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Remove comments
This commit is contained in:
parent
5b1c68337d
commit
2b5ffa1493
1 changed files with 0 additions and 2 deletions
|
|
@ -45,7 +45,6 @@ class WorkspaceTracker {
|
|||
}),
|
||||
)
|
||||
|
||||
// Listen for file changes (which could include renames)
|
||||
this.disposables.push(
|
||||
watcher.onDidChange(async (uri) => {
|
||||
await this.addFilePath(uri.fsPath)
|
||||
|
|
@ -53,7 +52,6 @@ class WorkspaceTracker {
|
|||
}),
|
||||
)
|
||||
|
||||
// Add the watcher itself to disposables
|
||||
this.disposables.push(watcher)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue