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 to edit environment path in selection dialog manually #478

Merged
merged 1 commit into from Aug 8, 2022

Conversation

krassowski
Copy link
Member

I was annoyed by this limitation for quite some time (especially because of lack of support for multiple instances #476). #477 also brought this point:

Before I opened the file browser, I wondered why I couldn't paste the path from my clipboard directly into the field with an orange border. It looks like a text input field by the way of having an I-beam cursor when moving the mouse over it, but activating it and hitting command-V did nothing. If it's not a text input field then maybe it should be styled differently.

For it is the difference between substituting a_name in ~/.pyenv/versions/a_name/bin/python for b_name (super quick) vs navigating two directories up, and then two directories down (6 clicks more).

No changes are needed on scripting logic.

Copy link
Member

@mbektas mbektas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@mbektas mbektas merged commit 1457d6a into jupyterlab:master Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants