Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiaMarek committed Oct 3, 2023
1 parent b4072c7 commit d285c98
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ package scala.meta.internal.pc

object HoverMarkup {

// VSCode trims the message to ~100000, thus messing the markdown for very long messages.
// Number based on experiments from 29.09.2023.
private val MaxHoverBodyLength = 50000

/**
Expand Down

0 comments on commit d285c98

Please sign in to comment.