GenLSP.Requests.WorkspaceCodeLensRefresh (gen_lsp v0.0.3)

A request to refresh all code actions

@since 3.16.0

Link to this section Summary

Link to this section Types

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