View Source GenLSP.Requests.WorkspaceCodeLensRefresh (gen_lsp v0.8.1)

A request to refresh all code actions

@since 3.16.0

Message Direction: serverToClient

Link to this section Summary

Link to this section Types

@type result() :: nil
@type t() :: %GenLSP.Requests.WorkspaceCodeLensRefresh{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t()
}