We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that editable addons (pip install -e <path>) are not recognized.
pip install -e <path>
The text was updated successfully, but these errors were encountered:
Hello @rousseldenis ,
The Odoo IDE extension is built on top of Pyright. You can refer to the Pyright documentation about editable installs: https://microsoft.github.io/pyright/#/import-resolution?id=editable-installs. You can also manually add addons paths to the python.analysis.extraPaths setting.
python.analysis.extraPaths
Sorry, something went wrong.
Hello @rousseldenis , The Odoo IDE extension is built on top of Pyright. You can refer to the Pyright documentation about editable installs: https://microsoft.github.io/pyright/#/import-resolution?id=editable-installs. You can also manually add addons paths to the python.analysis.extraPaths setting.
Yes, but the option is not available if I install just your extension...
I think the setting still works even if it's marked as unknown. Anyway, I will add the missing settings in the next versions.
No branches or pull requests
It seems that editable addons (
pip install -e <path>
) are not recognized.The text was updated successfully, but these errors were encountered: