-
Notifications
You must be signed in to change notification settings - Fork 297
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
Comments
rholland
changed the title
"Allow Input" setting does not disable input box in interactive window
"Allow Input" setting does not work
Feb 14, 2020
Yeah looks like this regressed quite a while ago. |
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). |
Validated |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: