executable property

String executable
final

location of the LSP executable, such as pyright-langserver, rust-analyzer, etc.

To get the executable path, you can use the which command in the terminal. For example, to get the path of the pyright-langserver, you can use the following command:

which pyright-langserver

Implementation

final String executable;