Skip to content

Commit

Permalink
Revert "chore: bump ls protocol version to 13"
Browse files Browse the repository at this point in the history
This reverts commit dcbcdeb.
  • Loading branch information
ShawkyZ committed Jul 23, 2024
1 parent dcbcdeb commit 576936c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import java.util.UUID
)
class SnykApplicationSettingsStateService : PersistentStateComponent<SnykApplicationSettingsStateService> {

val requiredLsProtocolVersion = 13
val requiredLsProtocolVersion = 12

var currentLSProtocolVersion: Int? = 0
var isGlobalIgnoresFeatureEnabled = false
Expand Down

0 comments on commit 576936c

Please sign in to comment.