fix(dap): increase hover max width to 80

This commit is contained in:
2025-09-24 22:27:47 +02:00
parent 495c927c0e
commit aa7ecf6b81
+1 -1
View File
@@ -268,7 +268,7 @@ end
local HoverState = {}
HoverState.__index = HoverState
HoverState.MAX_WIDTH = 50
HoverState.MAX_WIDTH = 80
HoverState.MAX_HEIGHT = 20
function HoverState.new(session, frame_id, line_nr, col_nr, current_file)