Method DeployEmbeddedServer
- Namespace
- Alternet.Syntax.Parsers.Lsp.PowerShell
- Assembly
- Alternet.Syntax.Parsers.PowerShell.v9.dll
DeployEmbeddedServer(string)
When implemented in a derived class, deploys the embedded LSP server and returns the ProcessStartInfo to start it.
protected override ProcessStartInfo DeployEmbeddedServer(string targetDirectory)
Parameters
targetDirectory
stringThe directory to deploy the embedded server to, or
null
to use the default location in TEMP folder.
Returns
- ProcessStartInfo
The ProcessStartInfo to start the deployed server with.