koxudaxi / poetry-pycharm-plugin

A PyCharm plugin for poetry
https://koxudaxi.github.io/poetry-pycharm-plugin/
Apache License 2.0
180 stars 14 forks source link

WSL python support #151

Open caniko opened 3 years ago

caniko commented 3 years ago

Support building poetry environments with WSL.

I am guessing that this would require remote interpreter support by design.

koxudaxi commented 3 years ago

@caniko Thank you for creating this issue. I guess it's correct.

Unfortunately, PyCharm doesn't provide the feature of a remote interpreter for the third-party plugin. https://github.com/koxudaxi/poetry-pycharm-plugin/issues/58#issuecomment-716117148

PyCharm development team will notice the information when the feature is embedded in PyCharm.