We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44c0ffc + d7624e2 commit 05ff9ecCopy full SHA for 05ff9ec
dap-mode.el
@@ -1727,7 +1727,7 @@ normally with `dap-debug'"
1727
`((side . bottom) (slot . 5) (window-width . 0.20)))))
1728
(set-window-dedicated-p win t)
1729
(unless no-select (select-window win))
1730
- (fit-window-to-buffer nil dap-output-window-max-height dap-output-window-min-height)))
+ (fit-window-to-buffer win dap-output-window-max-height dap-output-window-min-height)))
1731
1732
(defun dap-delete-session (debug-session)
1733
"Remove DEBUG-SESSION.
0 commit comments