microsoft / vscode-python

Python extension for Visual Studio Code
https://aka.ms/pvsc-marketplace
MIT License
4.33k stars 1.19k forks source link

Start native repl command should put the focus in input box #24451

Closed amunger closed 16 hours ago

amunger commented 1 week ago

We recently changed the focus behavior to keep focus in a text editor when sending code to the REPL, but running the start REPL command actually still should send focus to the new editor.

cc @anthonykim1

anthonykim1 commented 16 hours ago

This is closed via: https://github.com/microsoft/vscode-python/pull/24148 verification steps:

  1. Latest pre-release Python extension
  2. Run command: Run native REPL
  3. Observe focus is on the input box of the native repl and not the editor itself.