-
Notifications
You must be signed in to change notification settings - Fork 300
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
conda environment is in all caps in kernel picker #12487
Comments
that's weird |
Upstream bug microsoft/vscode-python#20300 |
@amunger are you still running into this with the latest python & jujpyter pre-release extensions? |
yes, some filepaths are still being shown with all caps |
@amunger
|
sure: |
Thanks a lot |
Based on the logs we're getting upper case paths from the Python extension.
Are you can see the first part of the JSON is exactly what we get from Python exteneions API.
@karrtikr /cc |
Here you can see some paths are upper case and some lower case, clearly incorrect paths returned by Python extension and not translated (nor converted) by Jupyter
|
See solution here: microsoft/vscode-python#20300 (comment) |
Testing #11963
use the MRU kernel picker to create a new python environment
select conda
result: the environment is in caps for some reason, not in python's select kernel list:
![image](https://user-images.githubusercontent.com/2019016/204645385-705339ae-5a1a-44bd-b861-8794000bb1bb.png)
The text was updated successfully, but these errors were encountered: