Skip to content

Commit

Permalink
chore: set hover verbosity to 0 (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch authored Oct 23, 2024
1 parent 2f68e43 commit 4e6b74d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ data class LanguageServerSettings(
@SerializedName("enableSnykOSSQuickFixCodeActions") val enableSnykOSSQuickFixCodeActions: String? = null,
@SerializedName("requiredProtocolVersion") val requiredProtocolVersion: String =
pluginSettings().requiredLsProtocolVersion.toString(),
@SerializedName("hoverVerbosity") val hoverVerbosity: Int = 1,
@SerializedName("hoverVerbosity") val hoverVerbosity: Int = 0,
@SerializedName("outputFormat") val outputFormat: String = "html",
@SerializedName("enableDeltaFindings") val enableDeltaFindings: String = pluginSettings().isDeltaFindingsEnabled().toString(),
@SerializedName("folderConfigs") val folderConfigs: List<FolderConfig> = service<FolderConfigSettings>().getAll().values.toList()
Expand Down

0 comments on commit 4e6b74d

Please sign in to comment.