There is no python history while using the shell and everything must be manually retyped. l filed [vscode issue](https://github.com/microsoft/vscode-python/issues/24499#issuecomment-2513636025) but see this is actually an extension issue. Disabling makes the issue stop. The problem seems to occur only w gitbash (not a powershell or command prompt user). <!-- Read the guidelines for filing an issue first. https://github.com/microsoft/pylance-release/blob/main/TROUBLESHOOTING.md#filing-an-issue --> ## Environment data <!-- To find your version, open the VS Code extensions panel, then locate Pylance from the list of installed extensions. The version appears next to the name. --> - Pylance version: 11.3 - OS and version: win 11 - Python version (& distribution if applicable, e.g. Anaconda): Python 3.12.6 ## Up arrow should work here <!-- Please provide a minimal, self-contained code snippet that reproduces the issue. If the code snippet uses any libraries, please specify the versions used. Note: If you think a GIF of what is happening would be helpful, consider tools like https://github.com/vkohaupt/vokoscreenNG, https://www.cockos.com/licecap/, https://github.com/phw/peek or https://www.screentogif.com/ . --> ```python $ python Python 3.12.6 (tags/v3.12.6:a4a2d2b, Sep 6 2024, 20:11:23) [MSC v.1940 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> 2-1 1 >>> ``` ## Repro Steps <!-- If multiple steps are needed to reproduce the issue, please list the steps here. Delete this section if not needed. --> - With extensions enabled open a python session in gitbash. ## Expected behavior - up arrow should work as expected. If there's another linux shell that is supported, or some change I can make to fix this I'd love to hear it.