swyddfa / esbonio

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

lsp: Resolve `SphinxConfig` relative to the given uri #792

Closed alcarney closed 2 months ago

alcarney commented 2 months ago

Resolving the config relative to the configuration scope causes the server to miss Sphinx projects located in sub folders of the workspace, if the given scope happens to be higher in the folder hierarchy than the project itself.

Closes #779