swyddfa / esbonio

A language server for working with Sphinx projects.
https://docs.esbon.io/
130 stars 21 forks source link

VSCode extension is not conda aware #423

Closed alcarney closed 10 months ago

alcarney commented 2 years ago

Now that esbonio is available on conda-forge, it naturally follows that people would want to use that version instead of the one available on PyPi. However, the VSCode extension is currently hardcoded to use pip and while the auto install/update logic can be disabled (set esbonio.server.installBehavior to nothing and set esbonio.server.updateFrequency to never) it would be good to have the option of using conda.

alcarney commented 1 year ago

The new proposed environment APIs in the Python extension look really promising for this!

alcarney commented 10 months ago

Now that the 1.0 version of the extension will bundle the language server itself - and uses the environment API for interpreter selection this issue is most likely redundant now