You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
Describe the bug
The IDEA plugin doesn't correctly identify the Poetry environment.
I have forced poetry to run in ANSI mode on my Windows 10 machine by creating the ANSICON environment variable, this is probably forcing poetry to report the virtual environment using colors and escape sequences which are not removed by the plugin, resulting in an invalid folder being identified as the poetry environment in use.
Expected behavior
Poetry environment should be successfully identified
Screenshots
The first one is my manual selection, the red one is the one automatically detected
The text was updated successfully, but these errors were encountered:
Describe the bug
The IDEA plugin doesn't correctly identify the Poetry environment.
I have forced poetry to run in ANSI mode on my Windows 10 machine by creating the
ANSICON
environment variable, this is probably forcing poetry to report the virtual environment using colors and escape sequences which are not removed by the plugin, resulting in an invalid folder being identified as the poetry environment in use.Expected behavior
Poetry environment should be successfully identified
Screenshots
The first one is my manual selection, the red one is the one automatically detected
The text was updated successfully, but these errors were encountered: