Class StartingServerState
The LSP Server application is starting. This is the initial state; server will only accept an Initialize request.
public record StartingServerState : ServerState, IEquatable<ServerState>, IEquatable<StartingServerState>
- Inheritance
-
StartingServerState
- Implements
- Inherited Members
Remarks
Constructors
StartingServerState()
The LSP Server application is starting. This is the initial state; server will only accept an Initialize request.
public StartingServerState()
Remarks
Properties
ExitCode
Early exit prior to initialization is not an error.
public override int ExitCode { get; }