-
-
Notifications
You must be signed in to change notification settings - Fork 18
feat(windows): anchor main window to another window #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Yup this works. Thanks @igorlfs |
Nice, let me know if you find any other issues |
@igorlfs I finally got the time to look at this. Is it possible to attach a terminal to the nvim-dap-view ui itself with a new tab saying |
No, this feature was made specifically so we wouldn't have to venture into this route. I'll only support a "terminal view" if something like js-debug's |
|
But I was in a bit of a hurry to make this PR, I'll add some proper documentation for the README, highlighting the "Attach with delve" use case. |
See d76741a |
|
@igorlfs sorry for the delayed reply I can confirm the anchor function works perfectly for my usecase. Thank you soo much for adding it. |
Nice! |
Closes #60,
Closes #18
An alternative to "adding a terminal window to the main window".
Allows the user to define a function that returns a window number for the main window to track (aka "follow"), overriding the tracking of the regular terminal.
Coupled with the option to hide the terminal for some adapters, allows a seamless experience for Go debugging when remote attaching with delve.
Config:
Demo
dap-demo.mov
@231tr0n let me know if this suffices for your use case.