Closed
Description
If yarn is used for development (see #21 ), maybe it will be also good to make the project itself use yarn by default?
Currently (especially in vscode-client) npm is used by default, and the underlying bash-language-server is located using npm bin -g
.
Is it possible to replace (or extend) this by yarn global bin
etc.?