From b46cd0d09f94375654f84366e270f85d5d0f9f8c Mon Sep 17 00:00:00 2001 From: Anthony Kim Date: Tue, 6 Feb 2024 16:59:59 -0800 Subject: [PATCH] fix caching issue --- pythonFiles/pythonrc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonFiles/pythonrc.py b/pythonFiles/pythonrc.py index 1cb72b0ec344..374888ddada5 100644 --- a/pythonFiles/pythonrc.py +++ b/pythonFiles/pythonrc.py @@ -49,7 +49,7 @@ def __str__(self): exit_code = 1 else: exit_code = 0 - + self.hooks.failure_flag = False # Guide following official VS Code doc for shell integration sequence: result = "" # For non-windows allow recent_command history.