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: expose terminal bufnr/winnr in state module (#19)
* feat: creates windows.terminal.ignore_session configuration option
allows for creating terminal window before dap session has started
* fix: correctly position terminal if ignoring dap session
* Update README.md
Co-authored-by: Igor Lacerda <igorlfs@ufmg.br>
ref: rename config.windows.terminal.ignore_session to ...bootstrap
chore: adds comment about checking state.last_active_adapter for nil
* ref: move terminal creation logic concerning terminal edge cases to state module
ref: removes bootstrap configuration option
* chore: removes unused import and converts function to local
* ref: simplify logic for opening terminal window
0 commit comments