-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
feat(pack): enable automatic install of haskell dap #177
Conversation
Oh sick nice you opened up a pull. Thanks man! |
@owittek There are some changes that are needed to get haskell-tools to work with the haskell-debug adapter. My fork has the necessary changes: https://github.com/sjcobb2022/astrocommunity |
You should be able to PR this to my fork so that it will be added to this PR. I don't know if there's an easier way to get those changes over here. |
@owittek pull is on ur fork. |
I can change that back. Just though it looked a bit cleaner. Probably changed it when i was messing around trying to get it to work. |
Oh wait, @sjcobb2022 it looks like you reverted all of the new |
I have reviewed your changes. It would be the easiest to rebase your changes on top of the current master & then just add your autocmd. |
@owittek it might be easier for you to manually add the changes into this branch and setting @sjcobb2022 as the commit author |
Sorry for the hassle, it should be fixed now. I'm really crap at git. |
@sjcobb2022 Please take a look if I have committed all your changes. |
I think the dependency on mason-nvim-dap should be changed. |
Yeah I agree, @owittek mason-nvim-dap shouldn't be in the dependency list. It should just be another item in the top level table |
Everything looks good now! Sorry for the issues. Didn't realize there was an API change. |
Don't worry, I merged the changes quicker than you can type 😜 |
Great! Now we play the waiting game :) Also no worries @sjcobb2022 ! The old syntax does still work completely fine, but we did recently improve the syntax to decrease the amount of boilerplate code needed |
Author: Samuel Cobb <[email protected]> Co-Authored-By: Olivier Wittek <[email protected]>
Co-Authored-By: Oli <[email protected]>
* fix: working haskell debug adapter --------- Co-authored-by: Oli <[email protected]>
[email protected] has been released! |
I have verified this but I can't merge it without a review since I was the last person to push to this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Relies on jay-babu/mason-nvim-dap.nvim#88