File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -146,17 +146,20 @@ end
146146M .defaults = setmetatable (
147147 {
148148 fallback = {
149- exception_breakpoints = ' default' ;
149+ exception_breakpoints = ' default' ,
150150 --- @type " statement" | " line" | " instruction"
151- stepping_granularity = ' statement' ;
151+ stepping_granularity = ' statement' ,
152152
153153 --- @type string | fun ( config : dap.Configuration ):( integer , integer ?)
154- terminal_win_cmd = ' belowright new' ;
155- focus_terminal = false ;
156- auto_continue_if_many_stopped = true ;
154+ terminal_win_cmd = ' belowright new' ,
155+ focus_terminal = false ,
156+ auto_continue_if_many_stopped = true ,
157157
158158 --- @type string | nil
159- switchbuf = nil
159+ switchbuf = nil ,
160+
161+ --- @type nil | fun ( session : dap.Session , output : dap.OutputEvent )
162+ on_output = nil ,
160163 },
161164 },
162165 {
You can’t perform that action at this time.
0 commit comments