fix(dap): increase hover max width to 80
This commit is contained in:
@@ -268,7 +268,7 @@ end
|
|||||||
local HoverState = {}
|
local HoverState = {}
|
||||||
HoverState.__index = HoverState
|
HoverState.__index = HoverState
|
||||||
|
|
||||||
HoverState.MAX_WIDTH = 50
|
HoverState.MAX_WIDTH = 80
|
||||||
HoverState.MAX_HEIGHT = 20
|
HoverState.MAX_HEIGHT = 20
|
||||||
|
|
||||||
function HoverState.new(session, frame_id, line_nr, col_nr, current_file)
|
function HoverState.new(session, frame_id, line_nr, col_nr, current_file)
|
||||||
|
|||||||
Reference in New Issue
Block a user