microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.41k stars 29.33k forks source link

No command history/Arrow Up in Python interactive window #103633

Closed dahilzen closed 4 years ago

dahilzen commented 4 years ago

Steps to Reproduce:

  1. Install Python Extension
  2. Create Python-Script
  3. Send selection to interative window
  4. Type some code in interactive window
  5. try arrow-up

Does this issue occur when all extensions are disabled?: Yes

I tried different versions of python and different versions of the python-extension. There seems to be no command-history in the interactive window.

Arrow up works when I type something in the interactive window and open ipython in the integrated terminal. Then thera are even the commands I executed in the interactive window.

Tyriar commented 4 years ago

/extPython