Testing #22926 I ran shell integration with the following lines: ```python print(sys.argv[0]) print(sys.argv[1]) print('uwu') ``` In the REPL, the second line fails, but the terminal history shows line 1 as having an exitCode of 1. <img alt="image" src="https://github.com/microsoft/vscode-python/assets/31675041/e07030a5-caec-4133-97fc-d01ab6dc71eb"> <img alt="image" src="https://github.com/microsoft/vscode-python/assets/31675041/af5d7d75-a19f-46bd-999a-80d2c208e7da">