Vscode-jupyter: When switching to Interactive Window with <C-2>, no focus on text field

Created on 22 Oct 2020  路  2Comments  路  Source: microsoft/vscode-jupyter

Bug: Notebook Editor, Interactive Window, Editor cells

Steps to cause the bug to occur

  1. Switch from text file to interactive window using keyboard shortcuts, e.g.

Actual behavior

The interactive window gets focus, but not the text field, it's not even possible to tab there

Expected behavior

When switching focus to the interactive window, the text field at the bottom automatically gets cursor focus, so that I can start typing straightaway, without the need to click my mouse into the text field.

LackofFocus

Your Jupyter and/or Python environment

  • Jupyter server running: Local
  • Extension version: 2020.9.114305
  • VS Code version: 1.50.1
  • Setting python.jediEnabled: false
  • Setting python.languageServer: Microsoft
  • Python and/or Anaconda version: 3.8.5 Conda
  • OS: Windows 18636.1082 Enterprise
  • Virtual environment: conda
bug

All 2 comments

Dupe of microsoft/vscode-python#11808

Sadly stuck upstream for 5mo now :/
https://github.com/microsoft/vscode/issues/97992

Was this page helpful?
0 / 5 - 0 ratings