You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: adds configuration option to configure terminal split type (left or right)
* ref: use config.window.terminal.position to set terminal window position
* fix: when terminal position is on the left, set dap fallback.switchbuf to "useopen" to prevent terminal window from being used for goto breakpoint
* fix: set dap.defaults.fallback.switchbuf to "useopen" to prevent dap-view window from being used for breakpoint focusing
* ref: use "left" as fallback for terminal position
chore: resolve merge conflicts with main
ref: removes dep switchbuf fallback setting
fix: removes trailing comma
* doc: adds terminal configuration section to the readme
* fix: add position to windows.terminal validation
* doc: updates readme to indicate how to override default nvim-dap switchbuf option
0 commit comments