Method LocateApplicationDefinedServer
- Namespace
- Alternet.Syntax.Parsers.Lsp.PowerShell
- Assembly
- Alternet.Syntax.Parsers.PowerShell.v9.dll
LocateApplicationDefinedServer(string)
Finds the server in the given user directory and returns the ProcessStartInfo to start it. Throws exception when a server was not found in the specified directory.
protected override ProcessStartInfo LocateApplicationDefinedServer(string applicationDefinedServerDirectory)
Parameters
applicationDefinedServerDirectory
stringThe user directory to look for the server in.
Returns
- ProcessStartInfo
The ProcessStartInfo to start the found server with.