-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
kind/featureFeature requests/implementationsFeature requests/implementationsstatus/triageThis issue needs to be triagedThis issue needs to be triaged
Description
- I have searched the issues of this repo and believe that this is not a duplicate.
- I have searched the FAQ and general documentation and believe that my question is not already covered.
Feature Request
pip install -e
supports the --config-settings
argument when installing a package as editable, like so:
pip install -e . --config-settings editable_mode=strict
However, I cannot use it when invoking poetry add --editable
The reason this feature would be useful is because both Pylance and PyCharm require editable packages to be installed with editable_mode=strict
or editable_mode=compat
for intellisense to work:
https://github.com/microsoft/pylance-release/blob/main/TROUBLESHOOTING.md#editable-install-modules-not-found
https://stackoverflow.com/a/76301809
earonesty, maflAT, gregbrowndev, aviyam181199, PierreCarceller and 1 more
Metadata
Metadata
Assignees
Labels
kind/featureFeature requests/implementationsFeature requests/implementationsstatus/triageThis issue needs to be triagedThis issue needs to be triaged