Closed superlou closed 2 years ago
Something like which could help, but it shouldn't even be necessary if the executables are in the path.
Edit: Unfortunately the which
crate is blocked from being used in WASI by https://github.com/harryfei/which-rs/issues/31.
Fixed by using system LSP from PATH.
The plugin should first look for common language servers in the path, e.g. pylsp and jedi-language-server. This will help avoid committing personal user directories in
configuration.executable
to this repository.