sbt.internal.langserver.codec.JsonProtocol.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protocol_2.12 Show documentation
Show all versions of protocol_2.12 Show documentation
sbt is an interactive build tool
The newest version!
/**
* This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]].
*/
// DO NOT EDIT MANUALLY
package sbt.internal.langserver.codec
trait JsonProtocol extends sjsonnew.BasicJsonProtocol
with sbt.internal.langserver.codec.PositionFormats
with sbt.internal.langserver.codec.RangeFormats
with sbt.internal.langserver.codec.LocationFormats
with sbt.internal.langserver.codec.DiagnosticFormats
with sbt.internal.util.codec.JValueFormats
with sbt.internal.langserver.codec.ClientCapabilitiesFormats
with sbt.internal.langserver.codec.InitializeParamsFormats
with sbt.internal.langserver.codec.SaveOptionsFormats
with sbt.internal.langserver.codec.TextDocumentSyncOptionsFormats
with sbt.internal.langserver.codec.ServerCapabilitiesFormats
with sbt.internal.langserver.codec.InitializeResultFormats
with sbt.internal.langserver.codec.LogMessageParamsFormats
with sbt.internal.langserver.codec.PublishDiagnosticsParamsFormats
with sbt.internal.langserver.codec.SbtExecParamsFormats
with sbt.internal.langserver.codec.CancelRequestParamsFormats
with sbt.internal.langserver.codec.TextDocumentIdentifierFormats
with sbt.internal.langserver.codec.TextDocumentPositionParamsFormats
with sbt.internal.langserver.codec.TextDocumentPositionParamsInterfaceFormats
object JsonProtocol extends JsonProtocol