poetry env list
and other commands do not handle case-insensitive paths as cwd on Windows
#3829
Closed
3 tasks done
Labels
kind/bug
Something isn't working as expected
-vvv
option).Issue
Hi VSCode Python extension dev here 👋 We're planning to support Poetry envs in the extension (microsoft/vscode-python#8372 (comment)).
In order to discover environments, we planned to run
poetry env list
command. The command works fine in terminal whencwd
is in case-exact state.But when drive begins with a lowercase
c:
instead (which is also a valid path on Windows), things don't seem to work.Every other command other thanThis can be seen when executed viapoetry env list
works fine.nodejs.child_process
API, it returns empty stdout.The text was updated successfully, but these errors were encountered: