fix(vscode): clear activity snapshot on stop (#1201)

Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com>
This commit is contained in:
Isaac Sanchez-Hawkins
2026-05-12 11:12:01 +03:00
committed by GitHub
co-authored by Isaac Sanchez
parent 2b514e4cb9
commit 3228e7f45f
@@ -284,6 +284,7 @@ export const stopGlobalEventWatcher = (): void => {
clearTimeout(timer); clearTimeout(timer);
} }
sessionActivityCooldowns.clear(); sessionActivityCooldowns.clear();
sessionActivityPhases.clear();
}; };
export const setChatViewProvider = (provider: { postMessage: (message: unknown) => void } | null): void => { export const setChatViewProvider = (provider: { postMessage: (message: unknown) => void } | null): void => {