mirror of https://github.com/sbt/sbt.git
Rename ErrorCodes' UnknownErrorCode to UnknownServerError
Allows for a non-server-specific unknown error code to be defined.
This commit is contained in:
parent
8972287892
commit
3530349e9a
|
|
@ -36,7 +36,7 @@ object ErrorCodes {
|
|||
val serverErrorStart = -32099L // from LSP's spec code snippet
|
||||
val serverErrorEnd = -32000L // from LSP's spec code snippet
|
||||
|
||||
val UnknownErrorCode = -32001L // Defined by LSP
|
||||
val UnknownServerError = -32001L // Defined by LSP
|
||||
val ServerNotInitialized = -32002L // Defined by LSP
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue