Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Allow Input" setting does not work #2293

Closed
rholland opened this issue Feb 14, 2020 · 4 comments
Closed

"Allow Input" setting does not work #2293

rholland opened this issue Feb 14, 2020 · 4 comments
Assignees

Comments

@rholland
Copy link

I am interested in disabling (and hiding) the input box in the Python interactive pane. My use case is a keyboard shortcut between my code and scrolling the interactive pane with keys. I do not need the input box and currently it seems to always capture the cursor which requires me to grab the mouse to get out of it.

There is a setting

Allow Input : Allow the inputting of python code directly into the interactive window

but deselecting this does not seem to change anything - the input box is still there and behaves the same.

Win 10
latest python extension
latest vs code
Anaconda 3.7

@rholland rholland changed the title "Allow Input" setting does not disable input box in interactive window "Allow Input" setting does not work Feb 14, 2020
@jmew
Copy link
Contributor

jmew commented Feb 14, 2020

Thanks for the issue @rholland. I am able to reproduce this issue as well. We will look into fixing this issue. In the meantime, one way to get rid of the input box without using your mouse is to use the ESC key when the input box appears.

cc @rchiodo

@rchiodo
Copy link
Contributor

rchiodo commented Feb 14, 2020

Yeah looks like this regressed quite a while ago.

@rholland
Copy link
Author

Thanks for response. Note that Esc key does not close input box for me. It just moves the cursor from input box to a focus on the "x" icon in the interactive pane (close the pane).

@DonJayamanne DonJayamanne self-assigned this Mar 4, 2020
@rchiodo
Copy link
Contributor

rchiodo commented Mar 10, 2020

Validated

@rchiodo rchiodo closed this as completed Mar 10, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Mar 17, 2020
@microsoft microsoft unlocked this conversation Nov 13, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 13, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants