Closed forestaa closed 2 years ago
This PR is related to https://github.com/phoityne/hdx4vsc/issues/27
Add the command dap-source which returns the content of the loaded modules to support Source Request by haskell-debug-adapter. This PR depends https://github.com/phoityne/haskell-dap/pull/13
dap-source
I add the following commit and it works well. https://github.com/phoityne/ghci-dap/pull/8/commits/e8604de6225d9eead7ecfc97f9983301db35c170
Thank you. merged.
This PR is related to https://github.com/phoityne/hdx4vsc/issues/27
Add the command
dap-source
which returns the content of the loaded modules to support Source Request by haskell-debug-adapter. This PR depends https://github.com/phoityne/haskell-dap/pull/13