fix(vscode): clear activity snapshot on stop (#1201)
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com>
This commit is contained in:
committed by
GitHub
co-authored by
Isaac Sanchez
parent
2b514e4cb9
commit
3228e7f45f
@@ -284,6 +284,7 @@ export const stopGlobalEventWatcher = (): void => {
|
||||
clearTimeout(timer);
|
||||
}
|
||||
sessionActivityCooldowns.clear();
|
||||
sessionActivityPhases.clear();
|
||||
};
|
||||
|
||||
export const setChatViewProvider = (provider: { postMessage: (message: unknown) => void } | null): void => {
|
||||
|
||||
Reference in New Issue
Block a user