Class SessionLspApi

java.lang.Object
com.github.copilot.generated.rpc.SessionLspApi

@Generated("copilot-sdk-codegen") public final class SessionLspApi extends Object
API methods for the lsp namespace.
Since:
1.0.0
  • Method Details

    • initialize

      public CompletableFuture<Void> initialize(SessionLspInitializeParams params)
      Parameters for (re)loading the merged LSP configuration set.

      Note: the sessionId field in the params record is overridden by the session-scoped wrapper; any value provided is ignored.

      Since:
      1.0.0