Reproducible example of pixi editable not working with pylance.
- VSCode with python and pylance installed
- Pixi installed
To use : Clone the repo :
git clone https://github.com/clement-chaneching/pixi-pylance-test.git
In test1 folder, run:
pixi install
In VSCode, when exploring test1/test1/test1.py you shouldnt be able to navigate to test2 with pylance.
As mentioned in the open bug :
- It works with test2 when not "editable"
- Adding pip, running pixi shell and trying to use
pip install -e ../test2
doest not solve this issue