Skip to content

Commit

Permalink
s/params/arguments to match LSP spec
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Dec 15, 2017
1 parent e2a492d commit 867e5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languageserver/src/main/scala/langserver/types/types.scala
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ object DocumentFormattingParams {
implicit val format = Json.format[DocumentFormattingParams]
}

case class WorkspaceExecuteCommandParams(command: String, params: Option[Seq[JsValue]])
case class WorkspaceExecuteCommandParams(command: String, arguments: Option[Seq[JsValue]])
object WorkspaceExecuteCommandParams {
implicit val format = Json.format[WorkspaceExecuteCommandParams]
}
Expand Down

0 comments on commit 867e5b2

Please sign in to comment.