Initial debug adapter protocol implementation

This commit is contained in:
Dmitry Sharshakov 2021-08-12 16:35:15 +03:00 committed by Blaž Hrastnik
parent d4c17b633c
commit 0f6e81b85b
7 changed files with 739 additions and 0 deletions

View file

@ -6,6 +6,7 @@ members = [
"helix-tui",
"helix-syntax",
"helix-lsp",
"helix-dap"
]
# Build helix-syntax in release mode to make the code path faster in development.