Table of Contents

Interface IRDCoreLanguageServerProcess

Namespace
RDCore.SDK.Client
Assembly
RDCore.SDK.dll

Decouples the startup sequence from an actual Process boundary.

public interface IRDCoreLanguageServerProcess : IDisposable
Inherited Members

Methods

Shutdown()

Stops awaiting LSP server process exit to restart it.

void Shutdown()

Remarks

This method should be invoked during the Shutdown LSP server lifecycle handler.

Start()

Finds and runs the language server executable with command-line arguments mapping the specified LanguageClientSettings.

void Start()