haskell-debugger

This commit is contained in:
Bryan Ramos 2023-06-16 17:49:47 -04:00
parent 4eb8f53a6f
commit dd5c7d382f
2 changed files with 29 additions and 2 deletions

View file

@ -19,6 +19,9 @@ let
pyright
purescript-language-server
];
debug = with pkgs; [
haskellPackages.haskell-debug-adapter
];
in
lsp ++ lsp'
lsp ++ lsp' ++ debug