Method GetServerStartInfo
GetServerStartInfo(ServerDeploymentOptions)
Gets ProcessStartInfo of the LSP server executable.
public virtual ProcessStartInfo GetServerStartInfo(ServerDeploymentOptions options)
Parameters
options
ServerDeploymentOptionsThe server deployment options.
Returns
- ProcessStartInfo
A ProcessStartInfo which can be used to start a server process.