mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
haskell-debugger
This commit is contained in:
parent
4eb8f53a6f
commit
dd5c7d382f
2 changed files with 29 additions and 2 deletions
|
|
@ -19,6 +19,9 @@ let
|
|||
pyright
|
||||
purescript-language-server
|
||||
];
|
||||
|
||||
|
||||
debug = with pkgs; [
|
||||
haskellPackages.haskell-debug-adapter
|
||||
];
|
||||
in
|
||||
lsp ++ lsp'
|
||||
lsp ++ lsp' ++ debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue