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.