diff --git a/src/integrations/workspace/WorkspaceTracker.ts b/src/integrations/workspace/WorkspaceTracker.ts index 9b792fe509..7de8f994c0 100644 --- a/src/integrations/workspace/WorkspaceTracker.ts +++ b/src/integrations/workspace/WorkspaceTracker.ts @@ -168,6 +168,7 @@ class WorkspaceTracker { this.resetTimer = null } this.disposables.forEach((d) => d.dispose()) + this.disposables = [] // Clear the array } }