Open
Description
Your setup
Version: 16.0
Operating System: MacOs (Running Odoo in docker using official image)
IDE and/or Integration tool (for example: Vscode - official extension): Vscode
Describe the bug
Not really bug, more a question. Cannot get the extension to detect odoo installation because it is inside the container.
I tried copying the Odoo folder (/usr/lib/python3/dist-packages/odoo/) from the container to my host, but extensions is not picking it up as a valid installation path.
How can I setup the extension so that it uses the python and odoo running in my container?
Thank you in advance