@@ -8,16 +8,25 @@ A [debug adapter](https://microsoft.github.io/debug-adapter-protocol/) for Haske
88Started development based on [ phoityne-vscode-0.0.28.0] ( https://hackage.haskell.org/package/phoityne-vscode ) .
99Changed package name (because a name "phoityne-vscode" is ambiguous.), and with some refactoring.
1010
11- * phoityne-vscode([ hdx4vsc] ( https://github.com/phoityne/hdx4vsc ) )
12- An extension for VSCode.
13- * [ hdx4vim] ( https://github.com/phoityne/hdx4vim )
14- This is just a configuration for the [ vimspector] ( https://github.com/puremourning/vimspector ) which is a debug adapter client of Vim.
11+ * Haskell Debugger
12+ * haskell-debug-adapter
13+ This library.
14+ * [ haskell-dap] ( https://github.com/phoityne/haskell-dap )
15+ Haskell implementation of DAP interface data.
16+ * [ ghci-dap] ( https://github.com/phoityne/ghci-dap )
17+ A GHCi having DAP interface.
18+
19+ * Debug adapter clients
20+ * [ phoityne-vscode] ( https://marketplace.visualstudio.com/items?itemName=phoityne.phoityne-vscode ) ([ hdx4vsc] ( https://github.com/phoityne/hdx4vsc ) )
21+ An extension for VSCode.
22+ * [ hdx4vim] ( https://github.com/phoityne/hdx4vim )
23+ This is just a configuration for the [ vimspector] ( https://github.com/puremourning/vimspector ) which is a debug adapter client of Vim.
1524 See a sample configuration.
16- * [ hdx4emacs] ( https://github.com/phoityne/hdx4emacs )
17- This is just a configuration for dap-mode of Emacs.
18- See a sample configuration.
19- * [ hdx4vs] ( https://github.com/phoityne/hdx4vs )
20- An extension for Visual Studio.
25+ * [ hdx4emacs] ( https://github.com/phoityne/hdx4emacs )
26+ This is just a configuration for dap-mode of Emacs.
27+ See a sample configuration.
28+ * [ hdx4vs] ( https://github.com/phoityne/hdx4vs )
29+ An extension for Visual Studio.
2130
2231# Requirement
2332 - haskell-dap
0 commit comments