Table of Contents

Enum ServerDeploymentMode

Namespace
Alternet.Syntax.Parsers.Lsp
Assembly
Alternet.Syntax.Parsers.Lsp.v9.dll

Specifies possible language server deployment modes.

public enum ServerDeploymentMode

Fields

ApplicationDefined = 2

Use ApplicationDefinedServerDirectory to specify a custom server installation directory.

Embedded = 0

Copies the embedded server distribution to the user TEMP directory, if needed. Use EmbeddedDeploymentTargetDirectory to override the target directory with an application-defined location.

System = 1

Tries to locate and use the system server installation, if applicable.