swyddfa / esbonio

A language server for working with Sphinx projects.

Home Page:https://docs.esbon.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set default for esbonio.sphinx.numJobs as off

twodrops opened this issue · comments

Proposing to leave the default value of esbonio.sphinx.numJobs as off as a lot of sphinx extensions does not support parallel build and leaves warnings in the console. Anyone wanting to use the parallel build behavior should turn it on manually.

Also, parallel build could add unnecessary overhead to smaller projects and make is run slower.

Happy to change it if it's going to cause problems, perhaps it's not the quick win I thought it would be.
Note it will also have to be changed in the vscode-restructuredtext extension, as it overrides any defaults set by the language server anyway.

cc @lextm

Delivered in vscode-restructuredtext 187.0.0 release.